Paleta de colores Sweet Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Serenity palette
CSS de la paleta de colores Sweet Serenity
/* CSS */
.color-1 {
color: #f3e0d3;
}
.color-2 {
color: #f1b44b;
}
.color-3 {
color: #ebd3ad;
}
.color-4 {
color: #d69ea8;
}
.color-5 {
color: #ebe4c1;
}
/* CSS Variables */
:root {
--color-1: #f3e0d3;
--color-2: #f1b44b;
--color-3: #ebd3ad;
--color-4: #d69ea8;
--color-5: #ebe4c1;
}
CSS del degradado de fondo Sweet Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0d3, #f1b44b, #ebd3ad, #d69ea8, #ebe4c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0d3, #f1b44b, #ebd3ad, #d69ea8, #ebe4c1);
}
Paletas de colores similares
Sweet Serenity color palette created on .