Paleta de colores Regal Earthtones

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Regal Earthtones palette

Compartir esta paleta en:

CSS de la paleta de colores Regal Earthtones

/* CSS */
.color-1 {
color: #d3b99c;
}
.color-2 {
color: #8b694b;
}
.color-3 {
color: #5d4a8c;
}
.color-4 {
color: #c2524c;
}
.color-5 {
color: #4b7c6d;
}

/* CSS Variables */
:root {
--color-1: #d3b99c;
--color-2: #8b694b;
--color-3: #5d4a8c;
--color-4: #c2524c;
--color-5: #4b7c6d;
}

CSS del degradado de fondo Regal Earthtones

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d3b99c, #8b694b, #5d4a8c, #c2524c, #4b7c6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d3b99c, #8b694b, #5d4a8c, #c2524c, #4b7c6d);
}

Regal Earthtones color palette created on .