Blue Robot カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Robot palette

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

Blue Robot カラーパレット CSS

/* CSS */
.color-1 {
color: #5c7999;
}
.color-2 {
color: #8da7b4;
}
.color-3 {
color: #aec3d5;
}
.color-4 {
color: #d5e4ec;
}
.color-5 {
color: #f3fafc;
}

/* CSS Variables */
:root {
--color-1: #5c7999;
--color-2: #8da7b4;
--color-3: #aec3d5;
--color-4: #d5e4ec;
--color-5: #f3fafc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c7999, #8da7b4, #aec3d5, #d5e4ec, #f3fafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c7999, #8da7b4, #aec3d5, #d5e4ec, #f3fafc);
}

Blue Robot color palette created on .