Village Sunset Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Village Sunset Dreams palette

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

Village Sunset Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #ffc2cc;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ff5724;
}
.color-5 {
color: #ff1a47;
}

/* CSS Variables */
:root {
--color-1: #ffc2cc;
--color-2: #ffb84d;
--color-3: #ff9900;
--color-4: #ff5724;
--color-5: #ff1a47;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cc, #ffb84d, #ff9900, #ff5724, #ff1a47);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cc, #ffb84d, #ff9900, #ff5724, #ff1a47);
}

Village Sunset Dreams color palette created on .