Gryphon's Roost カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Gryphon's Roost palette
Gryphon's Roost カラーパレット CSS
/* CSS */
.color-1 {
color: #f3d0a0;
}
.color-2 {
color: #c69f5d;
}
.color-3 {
color: #9d6b2a;
}
.color-4 {
color: #7c4f2d;
}
.color-5 {
color: #6e3d30;
}
/* CSS Variables */
:root {
--color-1: #f3d0a0;
--color-2: #c69f5d;
--color-3: #9d6b2a;
--color-4: #7c4f2d;
--color-5: #6e3d30;
}
Gryphon's Roost の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d0a0, #c69f5d, #9d6b2a, #7c4f2d, #6e3d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d0a0, #c69f5d, #9d6b2a, #7c4f2d, #6e3d30);
}
似たようなカラーパレット
Gryphon's Roost color palette created on .