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