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: #a8d3e1;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #f7cca1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f07800;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f9e79f;
--color-3: #f7cca1;
--color-4: #f6b83c;
--color-5: #f07800;
}
CSS del degradado de fondo Celestial Yellow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f9e79f, #f7cca1, #f6b83c, #f07800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f9e79f, #f7cca1, #f6b83c, #f07800);
}
Paletas de colores similares
Celestial Yellow color palette created on .