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