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