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