Turquoise Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Turquoise Sunset palette
Turquoise Sunset color palette CSS
/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffca38;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #f50056;
}
/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #ff6d1f;
--color-3: #ffca38;
--color-4: #ff5724;
--color-5: #f50056;
}
Turquoise Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #ff6d1f, #ffca38, #ff5724, #f50056);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #ff6d1f, #ffca38, #ff5724, #f50056);
}
Similar color palettes
Scroll down to explore 800+ Aesthetic color palettes
Turquoise Sunset color palette created on .