Paleta de colores Celestial Garden
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Celestial Garden palette
CSS de la paleta de colores Celestial Garden
/* CSS */
.color-1 {
color: #7b1e3d;
}
.color-2 {
color: #4e5a65;
}
.color-3 {
color: #f1f1f3;
}
.color-4 {
color: #1b3d50;
}
.color-5 {
color: #c8b288;
}
/* CSS Variables */
:root {
--color-1: #7b1e3d;
--color-2: #4e5a65;
--color-3: #f1f1f3;
--color-4: #1b3d50;
--color-5: #c8b288;
}
CSS del degradado de fondo Celestial Garden
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b1e3d, #4e5a65, #f1f1f3, #1b3d50, #c8b288);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b1e3d, #4e5a65, #f1f1f3, #1b3d50, #c8b288);
}
Paletas de colores similares
Celestial Garden color palette created on .