Teal Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sunshine palette

Share this palette to:

Teal Sunshine color palette CSS

/* CSS */
.color-1 {
color: #1cc9d9;
}
.color-2 {
color: #20b4d5;
}
.color-3 {
color: #5b89be;
}
.color-4 {
color: #f6d13c;
}
.color-5 {
color: #ee2f2f;
}

/* CSS Variables */
:root {
--color-1: #1cc9d9;
--color-2: #20b4d5;
--color-3: #5b89be;
--color-4: #f6d13c;
--color-5: #ee2f2f;
}

Teal Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1cc9d9, #20b4d5, #5b89be, #f6d13c, #ee2f2f);
}

Teal Sunshine color palette created on .