Aqua Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Serenade palette
Aqua Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #1db4b4;
}
.color-2 {
color: #2ed6d0;
}
.color-3 {
color: #6be1e1;
}
.color-4 {
color: #a5e3e3;
}
.color-5 {
color: #eff5f5;
}
/* CSS Variables */
:root {
--color-1: #1db4b4;
--color-2: #2ed6d0;
--color-3: #6be1e1;
--color-4: #a5e3e3;
--color-5: #eff5f5;
}
Aqua Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db4b4, #2ed6d0, #6be1e1, #a5e3e3, #eff5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db4b4, #2ed6d0, #6be1e1, #a5e3e3, #eff5f5);
}
似たようなカラーパレット
下にスクロールして100+個のアクアカラーパレットを探索しましょう
Aqua Serenade color palette created on .