Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f9c69f;
}
.color-3 {
color: #f59f94;
}
.color-4 {
color: #eb6b8b;
}
.color-5 {
color: #d2709a;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f9c69f;
--color-3: #f59f94;
--color-4: #eb6b8b;
--color-5: #d2709a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f9c69f, #f59f94, #eb6b8b, #d2709a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f9c69f, #f59f94, #eb6b8b, #d2709a);
}

Pink Sunset color palette created on .