Aromatic Azure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aromatic Azure palette

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

Aromatic Azure カラーパレット CSS

/* CSS */
.color-1 {
color: #6bb7e1;
}
.color-2 {
color: #4ca5e1;
}
.color-3 {
color: #408ebf;
}
.color-4 {
color: #2a6e98;
}
.color-5 {
color: #1e4d6c;
}

/* CSS Variables */
:root {
--color-1: #6bb7e1;
--color-2: #4ca5e1;
--color-3: #408ebf;
--color-4: #2a6e98;
--color-5: #1e4d6c;
}

Aromatic Azure の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb7e1, #4ca5e1, #408ebf, #2a6e98, #1e4d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb7e1, #4ca5e1, #408ebf, #2a6e98, #1e4d6c);
}

Aromatic Azure color palette created on .