Paleta de colores Mystic Ember Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Mystic Ember Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Mystic Ember Garden

/* CSS */
.color-1 {
color: #1e2024;
}
.color-2 {
color: #ff8052;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #4cae4f;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #1e2024;
--color-2: #ff8052;
--color-3: #ffcc00;
--color-4: #4cae4f;
--color-5: #6a5bcd;
}

CSS del degradado de fondo Mystic Ember Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2024, #ff8052, #ffcc00, #4cae4f, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2024, #ff8052, #ffcc00, #4cae4f, #6a5bcd);
}

Mystic Ember Garden color palette created on .