Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fdb06d;
}
.color-2 {
color: #f5b9a3;
}
.color-3 {
color: #f29a91;
}
.color-4 {
color: #d86f8e;
}
.color-5 {
color: #a64e8c;
}

/* CSS Variables */
:root {
--color-1: #fdb06d;
--color-2: #f5b9a3;
--color-3: #f29a91;
--color-4: #d86f8e;
--color-5: #a64e8c;
}

Pink Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdb06d, #f5b9a3, #f29a91, #d86f8e, #a64e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdb06d, #f5b9a3, #f29a91, #d86f8e, #a64e8c);
}

Pink Sunset color palette created on .