Paleta de colores Overbearing Emotions
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Overbearing Emotions palette
Imagen PNG de la paleta de colores Overbearing Emotions
CSS de la paleta de colores Overbearing Emotions
/* CSS */
.color-1 {
color: #4f1213;
}
.color-2 {
color: #721d1f;
}
.color-3 {
color: #873637;
}
.color-4 {
color: #9e4c4e;
}
.color-5 {
color: #9f6063;
}
/* CSS Variables */
:root {
--color-1: #4f1213;
--color-2: #721d1f;
--color-3: #873637;
--color-4: #9e4c4e;
--color-5: #9f6063;
}
CSS del degradado de fondo Overbearing Emotions
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f1213, #721d1f, #873637, #9e4c4e, #9f6063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f1213, #721d1f, #873637, #9e4c4e, #9f6063);
}
Paletas de colores similares
Overbearing Emotions color palette created on .