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