Something (Eats at Me) Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Something (Eats at Me) palette

Share this palette to:

Something (Eats at Me) color palette CSS

/* CSS */
.color-1 {
color: #5f3c8b;
}
.color-2 {
color: #a45db6;
}
.color-3 {
color: #f0b7e3;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ff4d00;
}

/* CSS Variables */
:root {
--color-1: #5f3c8b;
--color-2: #a45db6;
--color-3: #f0b7e3;
--color-4: #ff9900;
--color-5: #ff4d00;
}

Something (Eats at Me) background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f3c8b, #a45db6, #f0b7e3, #ff9900, #ff4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f3c8b, #a45db6, #f0b7e3, #ff9900, #ff4d00);
}

Something (Eats at Me) color palette created on .