Shades of Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Aqua palette

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

Shades of Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d6d4;
}
.color-2 {
color: #f2baa6;
}
.color-3 {
color: #f2e6ab;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #d95e6a;
}

/* CSS Variables */
:root {
--color-1: #a4d6d4;
--color-2: #f2baa6;
--color-3: #f2e6ab;
--color-4: #f4a462;
--color-5: #d95e6a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d6d4, #f2baa6, #f2e6ab, #f4a462, #d95e6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d6d4, #f2baa6, #f2e6ab, #f4a462, #d95e6a);
}

Shades of Aqua color palette created on .