60s Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 60s Vibes palette

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

60s Vibes カラー パレット PNG 画像

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

60s Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #a4d5a6;
--color-5: #4eb7ac;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffd54d, #a4d5a6, #4eb7ac);
}

60s Vibes color palette created on .