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