Paleta de colores Golden Sunrise Whispers
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Golden Sunrise Whispers palette
CSS de la paleta de colores Golden Sunrise Whispers
/* CSS */
.color-1 {
color: #ffbd61;
}
.color-2 {
color: #ffd899;
}
.color-3 {
color: #ffda9e;
}
.color-4 {
color: #ffc17a;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #ffbd61;
--color-2: #ffd899;
--color-3: #ffda9e;
--color-4: #ffc17a;
--color-5: #ffb84d;
}
CSS del degradado de fondo Golden Sunrise Whispers
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd61, #ffd899, #ffda9e, #ffc17a, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd61, #ffd899, #ffda9e, #ffc17a, #ffb84d);
}
Paletas de colores similares
Golden Sunrise Whispers color palette created on .