Rock and Roll カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rock and Roll palette

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

Rock and Roll カラー パレット PNG 画像

Download rock and roll color palette PNG image (landscape)
Download rock and roll color palette PNG image (square)

Rock and Roll カラーパレット CSS

/* CSS */
.color-1 {
color: #1f1f2e;
}
.color-2 {
color: #5b4e7e;
}
.color-3 {
color: #c65d8c;
}
.color-4 {
color: #f5a524;
}
.color-5 {
color: #f76d1d;
}

/* CSS Variables */
:root {
--color-1: #1f1f2e;
--color-2: #5b4e7e;
--color-3: #c65d8c;
--color-4: #f5a524;
--color-5: #f76d1d;
}

Rock and Roll の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f1f2e, #5b4e7e, #c65d8c, #f5a524, #f76d1d);
}

Rock and Roll color palette created on .