Aqueous Alchemy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqueous Alchemy palette

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

Aqueous Alchemy カラーパレット CSS

/* CSS */
.color-1 {
color: #6c9cbc;
}
.color-2 {
color: #498e92;
}
.color-3 {
color: #3b7b8c;
}
.color-4 {
color: #2f5d6f;
}
.color-5 {
color: #1b4b55;
}

/* CSS Variables */
:root {
--color-1: #6c9cbc;
--color-2: #498e92;
--color-3: #3b7b8c;
--color-4: #2f5d6f;
--color-5: #1b4b55;
}

Aqueous Alchemy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6c9cbc, #498e92, #3b7b8c, #2f5d6f, #1b4b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6c9cbc, #498e92, #3b7b8c, #2f5d6f, #1b4b55);
}

Aqueous Alchemy color palette created on .