Cerberus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cerberus palette

Share this palette to:

Cerberus color palette PNG image

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

Cerberus color palette CSS

/* CSS */
.color-1 {
color: #1f1a3d;
}
.color-2 {
color: #4b3d71;
}
.color-3 {
color: #804c94;
}
.color-4 {
color: #af7b4b;
}
.color-5 {
color: #e05542;
}

/* CSS Variables */
:root {
--color-1: #1f1a3d;
--color-2: #4b3d71;
--color-3: #804c94;
--color-4: #af7b4b;
--color-5: #e05542;
}

Cerberus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1a3d, #4b3d71, #804c94, #af7b4b, #e05542);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1a3d, #4b3d71, #804c94, #af7b4b, #e05542);
}

Cerberus color palette created on .