Paleta de colores Ethereal Blush
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ethereal Blush palette
CSS de la paleta de colores Ethereal Blush
/* CSS */
.color-1 {
color: #ffc2d8;
}
.color-2 {
color: #ff99a1;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #39305a;
}
/* CSS Variables */
:root {
--color-1: #ffc2d8;
--color-2: #ff99a1;
--color-3: #ff667d;
--color-4: #d4a5a5;
--color-5: #39305a;
}
CSS del degradado de fondo Ethereal Blush
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2d8, #ff99a1, #ff667d, #d4a5a5, #39305a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2d8, #ff99a1, #ff667d, #d4a5a5, #39305a);
}
Paletas de colores similares
Ethereal Blush color palette created on .