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: #4dc5e0;
}
.color-2 {
color: #f5d994;
}
.color-3 {
color: #e5bdda;
}
.color-4 {
color: #ff7a9e;
}
.color-5 {
color: #d25b7f;
}

/* CSS Variables */
:root {
--color-1: #4dc5e0;
--color-2: #f5d994;
--color-3: #e5bdda;
--color-4: #ff7a9e;
--color-5: #d25b7f;
}

CSS del degradado de fondo Turquoise Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dc5e0, #f5d994, #e5bdda, #ff7a9e, #d25b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dc5e0, #f5d994, #e5bdda, #ff7a9e, #d25b7f);
}

Turquoise Sunset color palette created on .