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