Paleta de colores Whispers of Heloíse
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Heloíse palette
CSS de la paleta de colores Whispers of Heloíse
/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f3c6aa;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #f6eab6;
}
.color-5 {
color: #e0aec3;
}
/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f3c6aa;
--color-3: #f4e2b8;
--color-4: #f6eab6;
--color-5: #e0aec3;
}
CSS del degradado de fondo Whispers of Heloíse
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f3c6aa, #f4e2b8, #f6eab6, #e0aec3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f3c6aa, #f4e2b8, #f6eab6, #e0aec3);
}
Paletas de colores similares
Whispers of Heloíse color palette created on .