Paleta de colores Golden Caramel Odyssey

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Golden Caramel Odyssey palette

Compartir esta paleta en:

CSS de la paleta de colores Golden Caramel Odyssey

/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d3a16f;
}
.color-4 {
color: #f4b943;
}
.color-5 {
color: #e6b84c;
}

/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a85f2e;
--color-3: #d3a16f;
--color-4: #f4b943;
--color-5: #e6b84c;
}

CSS del degradado de fondo Golden Caramel Odyssey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a85f2e, #d3a16f, #f4b943, #e6b84c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a85f2e, #d3a16f, #f4b943, #e6b84c);
}

Golden Caramel Odyssey color palette created on .