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