Paleta de colores Amber Shades
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Amber Shades palette
CSS de la paleta de colores Amber Shades
/* CSS */
.color-1 {
color: #e8a64a;
}
.color-2 {
color: #f7c06e;
}
.color-3 {
color: #f9df9f;
}
.color-4 {
color: #f4b69f;
}
.color-5 {
color: #d76b5b;
}
/* CSS Variables */
:root {
--color-1: #e8a64a;
--color-2: #f7c06e;
--color-3: #f9df9f;
--color-4: #f4b69f;
--color-5: #d76b5b;
}
CSS del degradado de fondo Amber Shades
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8a64a, #f7c06e, #f9df9f, #f4b69f, #d76b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8a64a, #f7c06e, #f9df9f, #f4b69f, #d76b5b);
}
Paletas de colores similares
Amber Shades color palette created on .