Aquatic Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aquatic Harmony palette
Aquatic Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #1f9e9b;
}
.color-2 {
color: #50c3b4;
}
.color-3 {
color: #79e2ba;
}
.color-4 {
color: #a2f6b2;
}
.color-5 {
color: #d4f2e8;
}
/* CSS Variables */
:root {
--color-1: #1f9e9b;
--color-2: #50c3b4;
--color-3: #79e2ba;
--color-4: #a2f6b2;
--color-5: #d4f2e8;
}
Aquatic Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9e9b, #50c3b4, #79e2ba, #a2f6b2, #d4f2e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9e9b, #50c3b4, #79e2ba, #a2f6b2, #d4f2e8);
}
似たようなカラーパレット
Aquatic Harmony color palette created on .