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