Paleta de colores Sunlit Petals
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sunlit Petals palette
CSS de la paleta de colores Sunlit Petals
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #ffcc33;
}
.color-3 {
color: #ffdd57;
}
.color-4 {
color: #f8e2a0;
}
.color-5 {
color: #f9b4cd;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #ffcc33;
--color-3: #ffdd57;
--color-4: #f8e2a0;
--color-5: #f9b4cd;
}
CSS del degradado de fondo Sunlit Petals
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #ffcc33, #ffdd57, #f8e2a0, #f9b4cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #ffcc33, #ffdd57, #f8e2a0, #f9b4cd);
}
Paletas de colores similares
Sunlit Petals color palette created on .