Aqua Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenade palette

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

Aqua Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #1abfe0;
}
.color-2 {
color: #2cd8d8;
}
.color-3 {
color: #4de0e0;
}
.color-4 {
color: #68e8e8;
}
.color-5 {
color: #91f2f2;
}

/* CSS Variables */
:root {
--color-1: #1abfe0;
--color-2: #2cd8d8;
--color-3: #4de0e0;
--color-4: #68e8e8;
--color-5: #91f2f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abfe0, #2cd8d8, #4de0e0, #68e8e8, #91f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abfe0, #2cd8d8, #4de0e0, #68e8e8, #91f2f2);
}

Aqua Serenade color palette created on .