Paleta de colores Ember Glow Treats

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ember Glow Treats palette

Compartir esta paleta en:

CSS de la paleta de colores Ember Glow Treats

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9a5c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff3d3d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a5c;
--color-3: #ffb84d;
--color-4: #ffd900;
--color-5: #ff3d3d;
}

CSS del degradado de fondo Ember Glow Treats

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a5c, #ffb84d, #ffd900, #ff3d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a5c, #ffb84d, #ffd900, #ff3d3d);
}

Ember Glow Treats color palette created on .