Shades of Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Aqua palette

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

Shades of Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #a6e3d2;
}
.color-2 {
color: #a0d4e9;
}
.color-3 {
color: #b5c8d4;
}
.color-4 {
color: #f2e1b5;
}
.color-5 {
color: #f5b2b2;
}

/* CSS Variables */
:root {
--color-1: #a6e3d2;
--color-2: #a0d4e9;
--color-3: #b5c8d4;
--color-4: #f2e1b5;
--color-5: #f5b2b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e3d2, #a0d4e9, #b5c8d4, #f2e1b5, #f5b2b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e3d2, #a0d4e9, #b5c8d4, #f2e1b5, #f5b2b2);
}

Shades of Aqua color palette created on .