Pink Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sunset palette

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

Pink Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #d82c4b;
}
.color-2 {
color: #e85e7a;
}
.color-3 {
color: #f7c0c8;
}
.color-4 {
color: #fce3b6;
}
.color-5 {
color: #f5b53d;
}

/* CSS Variables */
:root {
--color-1: #d82c4b;
--color-2: #e85e7a;
--color-3: #f7c0c8;
--color-4: #fce3b6;
--color-5: #f5b53d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c4b, #e85e7a, #f7c0c8, #fce3b6, #f5b53d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c4b, #e85e7a, #f7c0c8, #fce3b6, #f5b53d);
}

Pink Sunset color palette created on .