Turquoise Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Sunrise palette
Turquoise Sunrise color palette CSS
/* CSS */
.color-1 {
color: #1d6e8b;
}
.color-2 {
color: #49b5c5;
}
.color-3 {
color: #75d6e1;
}
.color-4 {
color: #f7d06e;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #1d6e8b;
--color-2: #49b5c5;
--color-3: #75d6e1;
--color-4: #f7d06e;
--color-5: #f0a800;
}
Turquoise Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6e8b, #49b5c5, #75d6e1, #f7d06e, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6e8b, #49b5c5, #75d6e1, #f7d06e, #f0a800);
}
Similar color palettes
Turquoise Sunrise color palette created on .