Aether's Quiver カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aether's Quiver palette

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

Aether's Quiver カラーパレット CSS

/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #6aafab;
}
.color-3 {
color: #4a8c8b;
}
.color-4 {
color: #2e636b;
}
.color-5 {
color: #1d4c53;
}

/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #6aafab;
--color-3: #4a8c8b;
--color-4: #2e636b;
--color-5: #1d4c53;
}

Aether's Quiver の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #6aafab, #4a8c8b, #2e636b, #1d4c53);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #6aafab, #4a8c8b, #2e636b, #1d4c53);
}

Aether's Quiver color palette created on .