Cuntboy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cuntboy palette

Share this palette to:

Cuntboy color palette PNG image

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

Cuntboy color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #4eb7ac;
}
.color-5 {
color: #49148a;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #4eb7ac;
--color-5: #49148a;
}

Cuntboy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6e61, #ffb84d, #4eb7ac, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6e61, #ffb84d, #4eb7ac, #49148a);
}

Cuntboy color palette created on .