Paleta de colores Forest Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Forest Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Forest Ember

/* CSS */
.color-1 {
color: #fffacc;
}
.color-2 {
color: #0c1d41;
}
.color-3 {
color: #97947d;
}
.color-4 {
color: #e06b0b;
}
.color-5 {
color: #4c5052;
}

/* CSS Variables */
:root {
--color-1: #fffacc;
--color-2: #0c1d41;
--color-3: #97947d;
--color-4: #e06b0b;
--color-5: #4c5052;
}

CSS del degradado de fondo Forest Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fffacc, #0c1d41, #97947d, #e06b0b, #4c5052);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fffacc, #0c1d41, #97947d, #e06b0b, #4c5052);
}

Paletas de colores similares

Forest Ember color palette created on .