Turquoise Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Turquoise Sunshine palette

Condividi questa palette a:

tavolozza dei colori Turquoise Sunshine 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;
}

CSS con gradiente di sfondo Turquoise Sunshine

/* 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 .