Paleta de colores Frosty Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Frosty Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Frosty Serenity

/* CSS */
.color-1 {
color: #f9fbfa;
}
.color-2 {
color: #ebeef0;
}
.color-3 {
color: #d1e0d8;
}
.color-4 {
color: #b0c4b6;
}
.color-5 {
color: #a8b7a4;
}

/* CSS Variables */
:root {
--color-1: #f9fbfa;
--color-2: #ebeef0;
--color-3: #d1e0d8;
--color-4: #b0c4b6;
--color-5: #a8b7a4;
}

CSS del degradado de fondo Frosty Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9fbfa, #ebeef0, #d1e0d8, #b0c4b6, #a8b7a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9fbfa, #ebeef0, #d1e0d8, #b0c4b6, #a8b7a4);
}

Frosty Serenity color palette created on .