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: #2b2f6e;
}
.color-2 {
color: #4b4f8b;
}
.color-3 {
color: #7c7e98;
}
.color-4 {
color: #afb1d4;
}
.color-5 {
color: #e5e8ff;
}

/* CSS Variables */
:root {
--color-1: #2b2f6e;
--color-2: #4b4f8b;
--color-3: #7c7e98;
--color-4: #afb1d4;
--color-5: #e5e8ff;
}

Shades of Blue Moon の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b2f6e, #4b4f8b, #7c7e98, #afb1d4, #e5e8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b2f6e, #4b4f8b, #7c7e98, #afb1d4, #e5e8ff);
}

似たようなカラーパレット

Shades of Blue Moon color palette created on .