Elegant Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Elegant Blue palette

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

Elegant Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #6fa3d8;
}
.color-3 {
color: #3e74b6;
}
.color-4 {
color: #2d4c8f;
}
.color-5 {
color: #1b3c69;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #6fa3d8;
--color-3: #3e74b6;
--color-4: #2d4c8f;
--color-5: #1b3c69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #6fa3d8, #3e74b6, #2d4c8f, #1b3c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #6fa3d8, #3e74b6, #2d4c8f, #1b3c69);
}

Elegant Blue color palette created on .