Retro Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Vibes palette

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

Retro Vibes カラー パレット PNG 画像

Download retro vibes color palette PNG image (landscape)
Download retro vibes color palette PNG image (square)

Retro Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #791b2e;
}
.color-2 {
color: #c95e31;
}
.color-3 {
color: #f6a76a;
}
.color-4 {
color: #e9c177;
}
.color-5 {
color: #a9d6c4;
}

/* CSS Variables */
:root {
--color-1: #791b2e;
--color-2: #c95e31;
--color-3: #f6a76a;
--color-4: #e9c177;
--color-5: #a9d6c4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #791b2e, #c95e31, #f6a76a, #e9c177, #a9d6c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #791b2e, #c95e31, #f6a76a, #e9c177, #a9d6c4);
}

Retro Vibes color palette created on .