Aetherial Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aetherial Breeze palette

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

Aetherial Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1e9f9f;
}
.color-2 {
color: #50bac3;
}
.color-3 {
color: #7dd4d1;
}
.color-4 {
color: #a6e2e1;
}
.color-5 {
color: #e7f2f3;
}

/* CSS Variables */
:root {
--color-1: #1e9f9f;
--color-2: #50bac3;
--color-3: #7dd4d1;
--color-4: #a6e2e1;
--color-5: #e7f2f3;
}

Aetherial Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e9f9f, #50bac3, #7dd4d1, #a6e2e1, #e7f2f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e9f9f, #50bac3, #7dd4d1, #a6e2e1, #e7f2f3);
}

Aetherial Breeze color palette created on .