Paleta de colores Crystal Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crystal Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Crystal Serenity

/* CSS */
.color-1 {
color: #a6e3e0;
}
.color-2 {
color: #b1e2e1;
}
.color-3 {
color: #c6f1e6;
}
.color-4 {
color: #f1b1c5;
}
.color-5 {
color: #f4a4b3;
}

/* CSS Variables */
:root {
--color-1: #a6e3e0;
--color-2: #b1e2e1;
--color-3: #c6f1e6;
--color-4: #f1b1c5;
--color-5: #f4a4b3;
}

CSS del degradado de fondo Crystal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3e0, #b1e2e1, #c6f1e6, #f1b1c5, #f4a4b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3e0, #b1e2e1, #c6f1e6, #f1b1c5, #f4a4b3);
}

Crystal Serenity color palette created on .