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