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: #3b7a9b;
}
.color-2 {
color: #5ec2d4;
}
.color-3 {
color: #7ef6f0;
}
.color-4 {
color: #ffcb5c;
}
.color-5 {
color: #ff6b6b;
}

/* CSS Variables */
:root {
--color-1: #3b7a9b;
--color-2: #5ec2d4;
--color-3: #7ef6f0;
--color-4: #ffcb5c;
--color-5: #ff6b6b;
}

Teal Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b7a9b, #5ec2d4, #7ef6f0, #ffcb5c, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b7a9b, #5ec2d4, #7ef6f0, #ffcb5c, #ff6b6b);
}

Teal Sunrise color palette created on .