Teal Mountain Color Palette CSS
/* CSS */
.color-1 {
color: #4A9CD3;
}
.color-2 {
color: #3C7B8B;
}
.color-3 {
color: #2A5A5B;
}
.color-4 {
color: #1A3D3A;
}
.color-5 {
color: #0F2929;
}
/* CSS Variables */
:root {
--color-1: #4A9CD3;
--color-2: #3C7B8B;
--color-3: #2A5A5B;
--color-4: #1A3D3A;
--color-5: #0F2929;
}
Teal Mountain Gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4A9CD3, #3C7B8B, #2A5A5B, #1A3D3A, #0F2929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4A9CD3, #3C7B8B, #2A5A5B, #1A3D3A, #0F2929);
}
Teal Mountain color palette created on .
28 views
Similar Palettes
Blue Green Dream
Mystic Twilight
Celestial Dreams
Mystery In Blue
Teal Tranquility
Electric Twilight
Celestial Serenity
Sunset Serenade
Coral Breeze
Shades Of Blue
Celestial Tide
Triangular Harmony
Cocoa Harvest Dream
Vibrant Harmony
Vivid Vee Voyage
Steeping Serenity
Purple Galaxy
Blue Sadness
Sunny Johan
Oceanic Serenity