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