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