70s Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 70s Vibes palette

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

70s Vibes カラーパレット (PNG) をダウンロード

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

70s Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c84f;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #e78e40;
}
.color-4 {
color: #d8703b;
}
.color-5 {
color: #c95731;
}

/* CSS Variables */
:root {
--color-1: #f8c84f;
--color-2: #f9a94e;
--color-3: #e78e40;
--color-4: #d8703b;
--color-5: #c95731;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c84f, #f9a94e, #e78e40, #d8703b, #c95731);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c84f, #f9a94e, #e78e40, #d8703b, #c95731);
}

70s Vibes color palette created on .