Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #003f5c;
}
.color-2 {
color: #2a809d;
}
.color-3 {
color: #00b3aa;
}
.color-4 {
color: #e1f7f9;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #003f5c;
--color-2: #2a809d;
--color-3: #00b3aa;
--color-4: #e1f7f9;
--color-5: #f9c54e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003f5c, #2a809d, #00b3aa, #e1f7f9, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003f5c, #2a809d, #00b3aa, #e1f7f9, #f9c54e);
}

Shades of Blue color palette created on .