Paleta de colores Turquoise Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Turquoise Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Turquoise Sunset

/* 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;
}

CSS del degradado de fondo Turquoise Sunset

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