Aqua Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Serenade palette
Aqua Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #1b8ae4;
}
.color-2 {
color: #50c4f2;
}
.color-3 {
color: #8df7e0;
}
.color-4 {
color: #f4e39f;
}
.color-5 {
color: #f68888;
}
/* CSS Variables */
:root {
--color-1: #1b8ae4;
--color-2: #50c4f2;
--color-3: #8df7e0;
--color-4: #f4e39f;
--color-5: #f68888;
}
Aqua Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b8ae4, #50c4f2, #8df7e0, #f4e39f, #f68888);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b8ae4, #50c4f2, #8df7e0, #f4e39f, #f68888);
}
似たようなカラーパレット
Aqua Serenade color palette created on .