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