Wifey Elegant Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wifey Elegant Aqua palette

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

Wifey Elegant Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #bacdcf;
}
.color-2 {
color: #97c8be;
}
.color-3 {
color: #6cac99;
}
.color-4 {
color: #48846c;
}
.color-5 {
color: #355f4e;
}

/* CSS Variables */
:root {
--color-1: #bacdcf;
--color-2: #97c8be;
--color-3: #6cac99;
--color-4: #48846c;
--color-5: #355f4e;
}

Wifey Elegant Aqua の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bacdcf, #97c8be, #6cac99, #48846c, #355f4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bacdcf, #97c8be, #6cac99, #48846c, #355f4e);
}

Wifey Elegant Aqua color palette created on .