Paleta de colores Serenity Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity Sunset

/* CSS */
.color-1 {
color: #a9d9e5;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f28d3a;
}
.color-4 {
color: #f45b1f;
}
.color-5 {
color: #d75b6b;
}

/* CSS Variables */
:root {
--color-1: #a9d9e5;
--color-2: #f1c84b;
--color-3: #f28d3a;
--color-4: #f45b1f;
--color-5: #d75b6b;
}

CSS del degradado de fondo Serenity Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9e5, #f1c84b, #f28d3a, #f45b1f, #d75b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9e5, #f1c84b, #f28d3a, #f45b1f, #d75b6b);
}

Serenity Sunset color palette created on .