Modern Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Modern Blue palette

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

Modern Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #1f507a;
}
.color-2 {
color: #3c9cdd;
}
.color-3 {
color: #5ac7e2;
}
.color-4 {
color: #8af4d1;
}
.color-5 {
color: #d2e8b5;
}

/* CSS Variables */
:root {
--color-1: #1f507a;
--color-2: #3c9cdd;
--color-3: #5ac7e2;
--color-4: #8af4d1;
--color-5: #d2e8b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f507a, #3c9cdd, #5ac7e2, #8af4d1, #d2e8b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f507a, #3c9cdd, #5ac7e2, #8af4d1, #d2e8b5);
}

Modern Blue color palette created on .