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