Paleta de colores Ember's Embrace
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ember's Embrace palette
CSS de la paleta de colores Ember's Embrace
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #fff68f;
}
.color-4 {
color: #b1e0e7;
}
.color-5 {
color: #4682b4;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #fff68f;
--color-4: #b1e0e7;
--color-5: #4682b4;
}
CSS del degradado de fondo Ember's Embrace
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #fff68f, #b1e0e7, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #fff68f, #b1e0e7, #4682b4);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Brillante
Ember's Embrace color palette created on .