Paleta de colores Amber Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Amber Serenity

/* CSS */
.color-1 {
color: #f9d267;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #e68a00;
}
.color-4 {
color: #bd5b00;
}
.color-5 {
color: #7a3d00;
}

/* CSS Variables */
:root {
--color-1: #f9d267;
--color-2: #f5a300;
--color-3: #e68a00;
--color-4: #bd5b00;
--color-5: #7a3d00;
}

CSS del degradado de fondo Amber Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d267, #f5a300, #e68a00, #bd5b00, #7a3d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d267, #f5a300, #e68a00, #bd5b00, #7a3d00);
}

Amber Serenity color palette created on .