Eurylochus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eurylochus palette

Share this palette to:

Eurylochus color palette PNG image

Download eurylochus color palette PNG image (landscape)
Download eurylochus color palette PNG image (square)

Eurylochus color palette CSS

/* CSS */
.color-1 {
color: #6b3f8d;
}
.color-2 {
color: #886bb8;
}
.color-3 {
color: #b79ed6;
}
.color-4 {
color: #e2c3e9;
}
.color-5 {
color: #f4a9bb;
}

/* CSS Variables */
:root {
--color-1: #6b3f8d;
--color-2: #886bb8;
--color-3: #b79ed6;
--color-4: #e2c3e9;
--color-5: #f4a9bb;
}

Eurylochus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b3f8d, #886bb8, #b79ed6, #e2c3e9, #f4a9bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b3f8d, #886bb8, #b79ed6, #e2c3e9, #f4a9bb);
}

Eurylochus color palette created on .