Blue Meduzi カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Meduzi palette

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

Blue Meduzi カラーパレット CSS

/* CSS */
.color-1 {
color: #5a94d3;
}
.color-2 {
color: #4fb5a6;
}
.color-3 {
color: #f1d35b;
}
.color-4 {
color: #f26e6e;
}
.color-5 {
color: #e05c8f;
}

/* CSS Variables */
:root {
--color-1: #5a94d3;
--color-2: #4fb5a6;
--color-3: #f1d35b;
--color-4: #f26e6e;
--color-5: #e05c8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a94d3, #4fb5a6, #f1d35b, #f26e6e, #e05c8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a94d3, #4fb5a6, #f1d35b, #f26e6e, #e05c8f);
}

Blue Meduzi color palette created on .