Loading...

Roblox カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Roblox palette

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

Roblox カラーパレット (PNG) をダウンロード

Download roblox color palette PNG image (landscape)
Download roblox color palette PNG image (square)

Roblox カラーパレット CSS

/* CSS */
.color-1 {
color: #ea5939;
}
.color-2 {
color: #f6b11e;
}
.color-3 {
color: #f89c1b;
}
.color-4 {
color: #3c7ab9;
}
.color-5 {
color: #1f1f1f;
}

/* CSS Variables */
:root {
--color-1: #ea5939;
--color-2: #f6b11e;
--color-3: #f89c1b;
--color-4: #3c7ab9;
--color-5: #1f1f1f;
}

Roblox の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ea5939, #f6b11e, #f89c1b, #3c7ab9, #1f1f1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ea5939, #f6b11e, #f89c1b, #3c7ab9, #1f1f1f);
}

Roblox color palette created on .