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