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