Vintage Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Sunset palette

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

Vintage Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #f2a67d;
}
.color-3 {
color: #fbad60;
}
.color-4 {
color: #e65741;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #f2a67d;
--color-3: #fbad60;
--color-4: #e65741;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #f2a67d, #fbad60, #e65741, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #f2a67d, #fbad60, #e65741, #000000);
}

Vintage Sunset color palette created on .