Teal Sunshine Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Teal Sunshine palette
Teal Sunshine color palette CSS
/* CSS */
.color-1 {
color: #298d8e;
}
.color-2 {
color: #5cb7a8;
}
.color-3 {
color: #a6e2df;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}
/* CSS Variables */
:root {
--color-1: #298d8e;
--color-2: #5cb7a8;
--color-3: #a6e2df;
--color-4: #f9c54e;
--color-5: #f94346;
}
Teal Sunshine background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #298d8e, #5cb7a8, #a6e2df, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #298d8e, #5cb7a8, #a6e2df, #f9c54e, #f94346);
}
Similar color palettes
Teal Sunshine color palette created on .