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