Paleta de colores Blossom Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blossom Reverie palette
CSS de la paleta de colores Blossom Reverie
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d9d4c4;
}
.color-4 {
color: #f7f0b0;
}
.color-5 {
color: #a8e6cf;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d9d4c4;
--color-4: #f7f0b0;
--color-5: #a8e6cf;
}
CSS del degradado de fondo Blossom Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d9d4c4, #f7f0b0, #a8e6cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d9d4c4, #f7f0b0, #a8e6cf);
}
Paletas de colores similares
Blossom Reverie color palette created on .