Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #5fd8d2;
}
.color-3 {
color: #a1e2e1;
}
.color-4 {
color: #c3f3f3;
}
.color-5 {
color: #e0ffff;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #5fd8d2;
--color-3: #a1e2e1;
--color-4: #c3f3f3;
--color-5: #e0ffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #5fd8d2, #a1e2e1, #c3f3f3, #e0ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #5fd8d2, #a1e2e1, #c3f3f3, #e0ffff);
}

Aqua Serenade color palette created on .