Slay Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Slay palette

Share this palette to:

Slay color palette PNG image

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

Slay color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7b5a1;
}
.color-3 {
color: #f9e3b9;
}
.color-4 {
color: #e4f6f7;
}
.color-5 {
color: #6ed4cf;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7b5a1;
--color-3: #f9e3b9;
--color-4: #e4f6f7;
--color-5: #6ed4cf;
}

Slay background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7b5a1, #f9e3b9, #e4f6f7, #6ed4cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7b5a1, #f9e3b9, #e4f6f7, #6ed4cf);
}

Slay color palette created on .