Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #218ffd;
}
.color-2 {
color: #03befc;
}
.color-3 {
color: #02cccf;
}
.color-4 {
color: #21b0a9;
}
.color-5 {
color: #4682b4;
}

/* CSS Variables */
:root {
--color-1: #218ffd;
--color-2: #03befc;
--color-3: #02cccf;
--color-4: #21b0a9;
--color-5: #4682b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #218ffd, #03befc, #02cccf, #21b0a9, #4682b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #218ffd, #03befc, #02cccf, #21b0a9, #4682b4);
}

Aqua Serenade color palette created on .