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