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