Turquoise Sunshine Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Sunshine palette

Share this palette to:

Turquoise Sunshine color palette CSS

/* CSS */
.color-1 {
color: #4a9fd3;
}
.color-2 {
color: #69c3b9;
}
.color-3 {
color: #9ce3b1;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f27e31;
}

/* CSS Variables */
:root {
--color-1: #4a9fd3;
--color-2: #69c3b9;
--color-3: #9ce3b1;
--color-4: #f1c84b;
--color-5: #f27e31;
}

Turquoise Sunshine background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9fd3, #69c3b9, #9ce3b1, #f1c84b, #f27e31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9fd3, #69c3b9, #9ce3b1, #f1c84b, #f27e31);
}

Turquoise Sunshine color palette created on .