Kinky Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kinky palette

Share this palette to:

Kinky color palette PNG image

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

Kinky color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff4d4f;
}
.color-3 {
color: #fc923b;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #f1e8b7;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff4d4f;
--color-3: #fc923b;
--color-4: #f9d66c;
--color-5: #f1e8b7;
}

Kinky background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff4d4f, #fc923b, #f9d66c, #f1e8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff4d4f, #fc923b, #f9d66c, #f1e8b7);
}

Kinky color palette created on .