Retro Bit カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Bit palette

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

Retro Bit カラー パレット PNG 画像

Download retro bit color palette PNG image (landscape)
Download retro bit color palette PNG image (square)

Retro Bit カラーパレット CSS

/* CSS */
.color-1 {
color: #d24b57;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f4d35d;
}
.color-4 {
color: #5b9a6e;
}
.color-5 {
color: #2a4d6a;
}

/* CSS Variables */
:root {
--color-1: #d24b57;
--color-2: #f1a8a2;
--color-3: #f4d35d;
--color-4: #5b9a6e;
--color-5: #2a4d6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d24b57, #f1a8a2, #f4d35d, #5b9a6e, #2a4d6a);
}

Retro Bit color palette created on .