Light Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Aqua palette

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

Light Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #a7e6db;
}
.color-2 {
color: #b1f2e8;
}
.color-3 {
color: #f2b8a1;
}
.color-4 {
color: #f6c4a2;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #a7e6db;
--color-2: #b1f2e8;
--color-3: #f2b8a1;
--color-4: #f6c4a2;
--color-5: #ffb3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e6db, #b1f2e8, #f2b8a1, #f6c4a2, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e6db, #b1f2e8, #f2b8a1, #f6c4a2, #ffb3b3);
}

Light Aqua color palette created on .