Groovy Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Groovy Sunset palette

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

Groovy Sunset カラー パレット PNG 画像

Download groovy sunset color palette PNG image (landscape)
Download groovy sunset color palette PNG image (square)

Groovy Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ff4d7f;
}
.color-3 {
color: #ff2962;
}
.color-4 {
color: #ff9900;
}
.color-5 {
color: #ffec3d;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ff4d7f;
--color-3: #ff2962;
--color-4: #ff9900;
--color-5: #ffec3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ff4d7f, #ff2962, #ff9900, #ffec3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ff4d7f, #ff2962, #ff9900, #ffec3d);
}

Groovy Sunset color palette created on .