80s Red Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 80s Red Vibes palette

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

80s Red Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #bb1629;
}
.color-2 {
color: #fbf9ee;
}
.color-3 {
color: #a7dadc;
}
.color-4 {
color: #2b667d;
}
.color-5 {
color: #36363a;
}

/* CSS Variables */
:root {
--color-1: #bb1629;
--color-2: #fbf9ee;
--color-3: #a7dadc;
--color-4: #2b667d;
--color-5: #36363a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bb1629, #fbf9ee, #a7dadc, #2b667d, #36363a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bb1629, #fbf9ee, #a7dadc, #2b667d, #36363a);
}

80s Red Vibes color palette created on .