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