Teal Eruption Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Eruption palette
Teal Eruption color palette CSS
/* CSS */
.color-1 {
color: #1f3c4d;
}
.color-2 {
color: #3a606e;
}
.color-3 {
color: #6b9d9e;
}
.color-4 {
color: #f77a22;
}
.color-5 {
color: #d8433b;
}
/* CSS Variables */
:root {
--color-1: #1f3c4d;
--color-2: #3a606e;
--color-3: #6b9d9e;
--color-4: #f77a22;
--color-5: #d8433b;
}
Teal Eruption background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3c4d, #3a606e, #6b9d9e, #f77a22, #d8433b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3c4d, #3a606e, #6b9d9e, #f77a22, #d8433b);
}
Similar color palettes
Teal Eruption color palette created on .