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