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: #00bfff;
}
.color-2 {
color: #5ddbe9;
}
.color-3 {
color: #a4e5e0;
}
.color-4 {
color: #e0f7fa;
}
.color-5 {
color: #f0ffff;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #5ddbe9;
--color-3: #a4e5e0;
--color-4: #e0f7fa;
--color-5: #f0ffff;
}

CSS del degradado de fondo Frosted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #5ddbe9, #a4e5e0, #e0f7fa, #f0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #5ddbe9, #a4e5e0, #e0f7fa, #f0ffff);
}

Frosted Serenity color palette created on .