Green Katherine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Green Katherine palette
Green Katherine カラーパレット CSS
/* CSS */
.color-1 {
color: #f3ab5e;
}
.color-2 {
color: #d6b65c;
}
.color-3 {
color: #a9c4a1;
}
.color-4 {
color: #6f9b8c;
}
.color-5 {
color: #4e7f8d;
}
/* CSS Variables */
:root {
--color-1: #f3ab5e;
--color-2: #d6b65c;
--color-3: #a9c4a1;
--color-4: #6f9b8c;
--color-5: #4e7f8d;
}
Green Katherine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ab5e, #d6b65c, #a9c4a1, #6f9b8c, #4e7f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ab5e, #d6b65c, #a9c4a1, #6f9b8c, #4e7f8d);
}
似たようなカラーパレット
Green Katherine color palette created on .