Paleta de colores Amber Moonstone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Amber Moonstone palette

Compartir esta paleta en:

CSS de la paleta de colores Amber Moonstone

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e8a83b;
}
.color-3 {
color: #c87a2d;
}
.color-4 {
color: #7a492e;
}
.color-5 {
color: #3e2e2e;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e8a83b;
--color-3: #c87a2d;
--color-4: #7a492e;
--color-5: #3e2e2e;
}

CSS del degradado de fondo Amber Moonstone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e8a83b, #c87a2d, #7a492e, #3e2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e8a83b, #c87a2d, #7a492e, #3e2e2e);
}

Amber Moonstone color palette created on .