Shades of Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Aqua palette

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

Shades of Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e1e0;
}
.color-2 {
color: #b1f1ca;
}
.color-3 {
color: #f4e6a9;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #f6a7c0;
}

/* CSS Variables */
:root {
--color-1: #a8e1e0;
--color-2: #b1f1ca;
--color-3: #f4e6a9;
--color-4: #f9b79f;
--color-5: #f6a7c0;
}

Shades of Aqua の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1e0, #b1f1ca, #f4e6a9, #f9b79f, #f6a7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1e0, #b1f1ca, #f4e6a9, #f9b79f, #f6a7c0);
}

Shades of Aqua color palette created on .