Freaky Charm Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Freaky Charm palette

Share this palette to:

Freaky Charm color palette CSS

/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f47b1f;
}
.color-3 {
color: #e94e2b;
}
.color-4 {
color: #d84f6b;
}
.color-5 {
color: #a83e9f;
}

/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f47b1f;
--color-3: #e94e2b;
--color-4: #d84f6b;
--color-5: #a83e9f;
}

Freaky Charm background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f47b1f, #e94e2b, #d84f6b, #a83e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f47b1f, #e94e2b, #d84f6b, #a83e9f);
}

Freaky Charm color palette created on .