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