70s Supermarket カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 70s Supermarket palette

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

70s Supermarket カラー パレット PNG 画像

Download 70s supermarket color palette PNG image (landscape)
Download 70s supermarket color palette PNG image (square)

70s Supermarket カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d9a5;
}
.color-2 {
color: #69bf76;
}
.color-3 {
color: #509b56;
}
.color-4 {
color: #3c6d3c;
}
.color-5 {
color: #2d4d2d;
}

/* CSS Variables */
:root {
--color-1: #a9d9a5;
--color-2: #69bf76;
--color-3: #509b56;
--color-4: #3c6d3c;
--color-5: #2d4d2d;
}

70s Supermarket の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9a5, #69bf76, #509b56, #3c6d3c, #2d4d2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9a5, #69bf76, #509b56, #3c6d3c, #2d4d2d);
}

70s Supermarket color palette created on .