Graffiti 90s カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Graffiti 90s palette

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

Graffiti 90s カラー パレット PNG 画像

Download graffiti 90s color palette PNG image (landscape)
Download graffiti 90s color palette PNG image (square)

Graffiti 90s カラーパレット CSS

/* CSS */
.color-1 {
color: #ff613d;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #f3e158;
}
.color-4 {
color: #8bdc89;
}
.color-5 {
color: #3db8e1;
}

/* CSS Variables */
:root {
--color-1: #ff613d;
--color-2: #ff9a57;
--color-3: #f3e158;
--color-4: #8bdc89;
--color-5: #3db8e1;
}

Graffiti 90s の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff613d, #ff9a57, #f3e158, #8bdc89, #3db8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff613d, #ff9a57, #f3e158, #8bdc89, #3db8e1);
}

Graffiti 90s color palette created on .