Paleta de colores Circuit of Emotions

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Circuit of Emotions palette

Compartir esta paleta en:

CSS de la paleta de colores Circuit of Emotions

/* CSS */
.color-1 {
color: #5c90eb;
}
.color-2 {
color: #7cd1e4;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #ff9b3d;
}
.color-5 {
color: #ff4d6a;
}

/* CSS Variables */
:root {
--color-1: #5c90eb;
--color-2: #7cd1e4;
--color-3: #f7c5a6;
--color-4: #ff9b3d;
--color-5: #ff4d6a;
}

CSS del degradado de fondo Circuit of Emotions

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c90eb, #7cd1e4, #f7c5a6, #ff9b3d, #ff4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c90eb, #7cd1e4, #f7c5a6, #ff9b3d, #ff4d6a);
}

Circuit of Emotions color palette created on .