Paleta de colores Turquoise Sunshine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Sunshine palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Sunshine

/* 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 del degradado de fondo 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 .