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