Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #f8d69b;
}
.color-2 {
color: #f6a2a2;
}
.color-3 {
color: #ef7b7b;
}
.color-4 {
color: #d77999;
}
.color-5 {
color: #a772b1;
}

/* CSS Variables */
:root {
--color-1: #f8d69b;
--color-2: #f6a2a2;
--color-3: #ef7b7b;
--color-4: #d77999;
--color-5: #a772b1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d69b, #f6a2a2, #ef7b7b, #d77999, #a772b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d69b, #f6a2a2, #ef7b7b, #d77999, #a772b1);
}

Pink Sunset color palette created on .