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