Paleta de colores Blushing Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blushing Harmony palette
CSS de la paleta de colores Blushing Harmony
/* CSS */
.color-1 {
color: #f6d7b1;
}
.color-2 {
color: #f5b899;
}
.color-3 {
color: #f48a8a;
}
.color-4 {
color: #e0677d;
}
.color-5 {
color: #c94a6c;
}
/* CSS Variables */
:root {
--color-1: #f6d7b1;
--color-2: #f5b899;
--color-3: #f48a8a;
--color-4: #e0677d;
--color-5: #c94a6c;
}
CSS del degradado de fondo Blushing Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7b1, #f5b899, #f48a8a, #e0677d, #c94a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7b1, #f5b899, #f48a8a, #e0677d, #c94a6c);
}
Paletas de colores similares
Blushing Harmony color palette created on .