Ethereal Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ethereal Blue palette

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

Ethereal Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #89b7e1;
}
.color-2 {
color: #5d9bd5;
}
.color-3 {
color: #397dc0;
}
.color-4 {
color: #2a6b9d;
}
.color-5 {
color: #1b4e7e;
}

/* CSS Variables */
:root {
--color-1: #89b7e1;
--color-2: #5d9bd5;
--color-3: #397dc0;
--color-4: #2a6b9d;
--color-5: #1b4e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #89b7e1, #5d9bd5, #397dc0, #2a6b9d, #1b4e7e);
}

Ethereal Blue color palette created on .