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