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