Pearl Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pearl Sunset palette
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);
}
Similar color palettes
Scroll down to explore 400+ Yellow color palettes
Pearl Sunset color palette created on .