Blue Moonstone カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Moonstone palette

このパレットを共有する先:

Blue Moonstone カラーパレット CSS

/* CSS */
.color-1 {
color: #a7c6e7;
}
.color-2 {
color: #89b3d1;
}
.color-3 {
color: #63a1c5;
}
.color-4 {
color: #4088b5;
}
.color-5 {
color: #2b637d;
}

/* CSS Variables */
:root {
--color-1: #a7c6e7;
--color-2: #89b3d1;
--color-3: #63a1c5;
--color-4: #4088b5;
--color-5: #2b637d;
}

Blue Moonstone の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6e7, #89b3d1, #63a1c5, #4088b5, #2b637d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6e7, #89b3d1, #63a1c5, #4088b5, #2b637d);
}

Blue Moonstone color palette created on .