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