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