Blue Mana カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Mana palette

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

Blue Mana カラーパレット CSS

/* CSS */
.color-1 {
color: #5bbbe1;
}
.color-2 {
color: #a6d6e8;
}
.color-3 {
color: #f1d8a7;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d3557b;
}

/* CSS Variables */
:root {
--color-1: #5bbbe1;
--color-2: #a6d6e8;
--color-3: #f1d8a7;
--color-4: #f6b83c;
--color-5: #d3557b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bbbe1, #a6d6e8, #f1d8a7, #f6b83c, #d3557b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bbbe1, #a6d6e8, #f1d8a7, #f6b83c, #d3557b);
}

Blue Mana color palette created on .