Teal Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Sunrise palette

Share this palette to:

Teal Sunrise color palette CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #00e6d2;
}
.color-3 {
color: #a3f0e6;
}
.color-4 {
color: #ffb3a3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #00e6d2;
--color-3: #a3f0e6;
--color-4: #ffb3a3;
--color-5: #ff6e61;
}

Teal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #00e6d2, #a3f0e6, #ffb3a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #00e6d2, #a3f0e6, #ffb3a3, #ff6e61);
}

Teal Sunrise color palette created on .