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