Paleta de colores Viktor's Ember

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Viktor's Ember palette

Compartir esta paleta en:

CSS de la paleta de colores Viktor's Ember

/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d2e;
}
.color-4 {
color: #ff294d;
}
.color-5 {
color: #ff006e;
}

/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff6d1f;
--color-3: #ff4d2e;
--color-4: #ff294d;
--color-5: #ff006e;
}

CSS del degradado de fondo Viktor's Ember

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff6d1f, #ff4d2e, #ff294d, #ff006e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff6d1f, #ff4d2e, #ff294d, #ff006e);
}

Viktor's Ember color palette created on .