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