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