Crush Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crush palette

Share this palette to:

Crush color palette PNG image

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

Crush color palette CSS

/* CSS */
.color-1 {
color: #ff7575;
}
.color-2 {
color: #ffa64d;
}
.color-3 {
color: #ffcf70;
}
.color-4 {
color: #cae8f7;
}
.color-5 {
color: #5aa1e7;
}

/* CSS Variables */
:root {
--color-1: #ff7575;
--color-2: #ffa64d;
--color-3: #ffcf70;
--color-4: #cae8f7;
--color-5: #5aa1e7;
}

Crush background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7575, #ffa64d, #ffcf70, #cae8f7, #5aa1e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7575, #ffa64d, #ffcf70, #cae8f7, #5aa1e7);
}

Crush color palette created on .