Vintage Street Art Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vintage Street Art Red palette

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

Vintage Street Art Red カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #b0eb00;
}
.color-4 {
color: #65b5f6;
}
.color-5 {
color: #ff8a66;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #b0eb00;
--color-4: #65b5f6;
--color-5: #ff8a66;
}

Vintage Street Art Red の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #b0eb00, #65b5f6, #ff8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #b0eb00, #65b5f6, #ff8a66);
}

Vintage Street Art Red color palette created on .