Blue Robot カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Robot palette

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

Blue Robot カラーパレット CSS

/* CSS */
.color-1 {
color: #1e1e3e;
}
.color-2 {
color: #4b4b8b;
}
.color-3 {
color: #7e7ebe;
}
.color-4 {
color: #b3b3ff;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #1e1e3e;
--color-2: #4b4b8b;
--color-3: #7e7ebe;
--color-4: #b3b3ff;
--color-5: #ffcc00;
}

Blue Robot の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e3e, #4b4b8b, #7e7ebe, #b3b3ff, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e3e, #4b4b8b, #7e7ebe, #b3b3ff, #ffcc00);
}

Blue Robot color palette created on .