Sunset Pride Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Pride palette

Share this palette to:

Sunset Pride color palette CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #fff1e5;
}
.color-5 {
color: #ff998a;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff6d1f;
--color-3: #ffd900;
--color-4: #fff1e5;
--color-5: #ff998a;
}

Sunset Pride background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff6d1f, #ffd900, #fff1e5, #ff998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff6d1f, #ffd900, #fff1e5, #ff998a);
}

Sunset Pride color palette created on .