Pearl Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pearl Sunset palette

このパレットを共有する先:

Pearl Sunset カラーパレット 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 の背景のグラデーション 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 .