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