Future Retro Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Future Retro Vibes palette

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

Future Retro Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #90caf9;
}
.color-5 {
color: #f06090;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #90caf9;
--color-5: #f06090;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffec3d, #90caf9, #f06090);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffec3d, #90caf9, #f06090);
}

Future Retro Vibes color palette created on .