Paleta de colores Blush and Twilight Dreams
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blush and Twilight Dreams palette
CSS de la paleta de colores Blush and Twilight Dreams
/* CSS */
.color-1 {
color: #edc0b1;
}
.color-2 {
color: #de7c88;
}
.color-3 {
color: #4a87c4;
}
.color-4 {
color: #e0484d;
}
.color-5 {
color: #a2372f;
}
/* CSS Variables */
:root {
--color-1: #edc0b1;
--color-2: #de7c88;
--color-3: #4a87c4;
--color-4: #e0484d;
--color-5: #a2372f;
}
CSS del degradado de fondo Blush and Twilight Dreams
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edc0b1, #de7c88, #4a87c4, #e0484d, #a2372f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edc0b1, #de7c88, #4a87c4, #e0484d, #a2372f);
}
Paletas de colores similares
Blush and Twilight Dreams color palette created on .