Turquoise Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Sunset palette

Share this palette to:

Turquoise Sunset color palette CSS

/* CSS */
.color-1 {
color: #7fc7c7;
}
.color-2 {
color: #ffaa75;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #f7e9a1;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #7fc7c7;
--color-2: #ffaa75;
--color-3: #ff5c5c;
--color-4: #f7e9a1;
--color-5: #ffd900;
}

Turquoise Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7fc7c7, #ffaa75, #ff5c5c, #f7e9a1, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7fc7c7, #ffaa75, #ff5c5c, #f7e9a1, #ffd900);
}

Turquoise Sunset color palette created on .