Blue Melodies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Melodies palette

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

Blue Melodies カラーパレット CSS

/* CSS */
.color-1 {
color: #1d6e8b;
}
.color-2 {
color: #4bb7d2;
}
.color-3 {
color: #6ae9ec;
}
.color-4 {
color: #f3b4c4;
}
.color-5 {
color: #f9e1a9;
}

/* CSS Variables */
:root {
--color-1: #1d6e8b;
--color-2: #4bb7d2;
--color-3: #6ae9ec;
--color-4: #f3b4c4;
--color-5: #f9e1a9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d6e8b, #4bb7d2, #6ae9ec, #f3b4c4, #f9e1a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d6e8b, #4bb7d2, #6ae9ec, #f3b4c4, #f9e1a9);
}

Blue Melodies color palette created on .