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