Blue Builderman カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blue Builderman palette
Blue Builderman カラーパレット CSS
/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #4885d5;
}
.color-3 {
color: #79b2e7;
}
.color-4 {
color: #a2d9e6;
}
.color-5 {
color: #f4e1a4;
}
/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #4885d5;
--color-3: #79b2e7;
--color-4: #a2d9e6;
--color-5: #f4e1a4;
}
Blue Builderman の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #4885d5, #79b2e7, #a2d9e6, #f4e1a4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #4885d5, #79b2e7, #a2d9e6, #f4e1a4);
}
似たようなカラーパレット
Blue Builderman color palette created on .