Paleta de colores Ember Ascendance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ember Ascendance palette

Compartir esta paleta en:

CSS de la paleta de colores Ember Ascendance

/* CSS */
.color-1 {
color: #d6372e;
}
.color-2 {
color: #e76e50;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #691b30;
}

/* CSS Variables */
:root {
--color-1: #d6372e;
--color-2: #e76e50;
--color-3: #fab700;
--color-4: #f5c400;
--color-5: #691b30;
}

CSS del degradado de fondo Ember Ascendance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6372e, #e76e50, #fab700, #f5c400, #691b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6372e, #e76e50, #fab700, #f5c400, #691b30);
}

Ember Ascendance color palette created on .