Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #fce1a6;
}
.color-3 {
color: #f8b9ce;
}
.color-4 {
color: #f6a2b6;
}
.color-5 {
color: #e35997;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #fce1a6;
--color-3: #f8b9ce;
--color-4: #f6a2b6;
--color-5: #e35997;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #fce1a6, #f8b9ce, #f6a2b6, #e35997);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #fce1a6, #f8b9ce, #f6a2b6, #e35997);
}

Pink Sunset color palette created on .