Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #b0e0e8;
}
.color-2 {
color: #a4d5c0;
}
.color-3 {
color: #a1c1e8;
}
.color-4 {
color: #f9d4b4;
}
.color-5 {
color: #f1b1d4;
}

/* CSS Variables */
:root {
--color-1: #b0e0e8;
--color-2: #a4d5c0;
--color-3: #a1c1e8;
--color-4: #f9d4b4;
--color-5: #f1b1d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0e0e8, #a4d5c0, #a1c1e8, #f9d4b4, #f1b1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0e0e8, #a4d5c0, #a1c1e8, #f9d4b4, #f1b1d4);
}

Aqua Serenade color palette created on .