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