003 Robot カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 003 Robot palette

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

003 Robot カラー パレット PNG 画像

Download 003 robot color palette PNG image (landscape)
Download 003 robot color palette PNG image (square)

003 Robot カラーパレット CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a5e7e;
}
.color-3 {
color: #607f9f;
}
.color-4 {
color: #7fa3c3;
}
.color-5 {
color: #a3d9e0;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a5e7e;
--color-3: #607f9f;
--color-4: #7fa3c3;
--color-5: #a3d9e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a5e7e, #607f9f, #7fa3c3, #a3d9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a5e7e, #607f9f, #7fa3c3, #a3d9e0);
}

003 Robot color palette created on .