Paleta de colores Frosted Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Frosted Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Frosted Serenity

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #dab9c5;
}
.color-3 {
color: #b1a7d7;
}
.color-4 {
color: #5da8d0;
}
.color-5 {
color: #2e4a7a;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #dab9c5;
--color-3: #b1a7d7;
--color-4: #5da8d0;
--color-5: #2e4a7a;
}

CSS del degradado de fondo Frosted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #dab9c5, #b1a7d7, #5da8d0, #2e4a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #dab9c5, #b1a7d7, #5da8d0, #2e4a7a);
}

Frosted Serenity color palette created on .