Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #9ee5ff;
}
.color-2 {
color: #69c8e8;
}
.color-3 {
color: #3ba3c9;
}
.color-4 {
color: #0096b8;
}
.color-5 {
color: #00778f;
}

/* CSS Variables */
:root {
--color-1: #9ee5ff;
--color-2: #69c8e8;
--color-3: #3ba3c9;
--color-4: #0096b8;
--color-5: #00778f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ee5ff, #69c8e8, #3ba3c9, #0096b8, #00778f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ee5ff, #69c8e8, #3ba3c9, #0096b8, #00778f);
}

Aqua Serenade color palette created on .