Paleta de colores Cherry Blossom Kimono
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cherry Blossom Kimono palette
Imagen PNG de la paleta de colores Cherry Blossom Kimono
CSS de la paleta de colores Cherry Blossom Kimono
/* CSS */
.color-1 {
color: #f6c1d5;
}
.color-2 {
color: #f2a6c7;
}
.color-3 {
color: #efb8d1;
}
.color-4 {
color: #d3a1c4;
}
.color-5 {
color: #a44c8d;
}
/* CSS Variables */
:root {
--color-1: #f6c1d5;
--color-2: #f2a6c7;
--color-3: #efb8d1;
--color-4: #d3a1c4;
--color-5: #a44c8d;
}
CSS del degradado de fondo Cherry Blossom Kimono
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1d5, #f2a6c7, #efb8d1, #d3a1c4, #a44c8d);
}
Paletas de colores similares
Cherry Blossom Kimono color palette created on .