Paleta de colores Whispers of Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
CSS de la paleta de colores Whispers of Serenity
/* CSS */
.color-1 {
color: #fdc2af;
}
.color-2 {
color: #fcdcb6;
}
.color-3 {
color: #fbf0b1;
}
.color-4 {
color: #a5f3c2;
}
.color-5 {
color: #a7e7f6;
}
/* CSS Variables */
:root {
--color-1: #fdc2af;
--color-2: #fcdcb6;
--color-3: #fbf0b1;
--color-4: #a5f3c2;
--color-5: #a7e7f6;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdc2af, #fcdcb6, #fbf0b1, #a5f3c2, #a7e7f6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Rosa
Whispers of Serenity color palette created on .