Paleta de colores Amber Horizon

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Horizon palette

Compartir esta paleta en:

CSS de la paleta de colores Amber Horizon

/* CSS */
.color-1 {
color: #ffcb5c;
}
.color-2 {
color: #f69f3c;
}
.color-3 {
color: #e88a2c;
}
.color-4 {
color: #d26f1e;
}
.color-5 {
color: #b4590e;
}

/* CSS Variables */
:root {
--color-1: #ffcb5c;
--color-2: #f69f3c;
--color-3: #e88a2c;
--color-4: #d26f1e;
--color-5: #b4590e;
}

CSS del degradado de fondo Amber Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb5c, #f69f3c, #e88a2c, #d26f1e, #b4590e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb5c, #f69f3c, #e88a2c, #d26f1e, #b4590e);
}

Amber Horizon color palette created on .