Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #e0f6ff;
}
.color-2 {
color: #b2e0f0;
}
.color-3 {
color: #a1d3e8;
}
.color-4 {
color: #6db2d5;
}
.color-5 {
color: #399cc6;
}

/* CSS Variables */
:root {
--color-1: #e0f6ff;
--color-2: #b2e0f0;
--color-3: #a1d3e8;
--color-4: #6db2d5;
--color-5: #399cc6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6ff, #b2e0f0, #a1d3e8, #6db2d5, #399cc6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6ff, #b2e0f0, #a1d3e8, #6db2d5, #399cc6);
}

Aqua Serenade color palette created on .