Pearl Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pearl Sunset palette

Share this palette to:

Pearl Sunset color palette CSS

/* CSS */
.color-1 {
color: #ffd042;
}
.color-2 {
color: #ffb566;
}
.color-3 {
color: #ffa8aa;
}
.color-4 {
color: #eebdff;
}
.color-5 {
color: #bdfbff;
}

/* CSS Variables */
:root {
--color-1: #ffd042;
--color-2: #ffb566;
--color-3: #ffa8aa;
--color-4: #eebdff;
--color-5: #bdfbff;
}

Pearl Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd042, #ffb566, #ffa8aa, #eebdff, #bdfbff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd042, #ffb566, #ffa8aa, #eebdff, #bdfbff);
}

Pearl Sunset color palette created on .