Creepy Creator Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creepy Creator palette

Share this palette to:

Creepy Creator color palette PNG image

Download creepy creator color palette PNG image (landscape)
Download creepy creator color palette PNG image (square)

Creepy Creator color palette CSS

/* CSS */
.color-1 {
color: #3b0c2c;
}
.color-2 {
color: #6a293b;
}
.color-3 {
color: #9b4b4b;
}
.color-4 {
color: #c89c4c;
}
.color-5 {
color: #f4e1a4;
}

/* CSS Variables */
:root {
--color-1: #3b0c2c;
--color-2: #6a293b;
--color-3: #9b4b4b;
--color-4: #c89c4c;
--color-5: #f4e1a4;
}

Creepy Creator background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b0c2c, #6a293b, #9b4b4b, #c89c4c, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b0c2c, #6a293b, #9b4b4b, #c89c4c, #f4e1a4);
}

Creepy Creator color palette created on .