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