Shades of Green and Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green and Blue palette
Shades of Green and Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #d2b765;
}
.color-2 {
color: #c9c06e;
}
.color-3 {
color: #9fc388;
}
.color-4 {
color: #6b9bc7;
}
.color-5 {
color: #506e95;
}
/* CSS Variables */
:root {
--color-1: #d2b765;
--color-2: #c9c06e;
--color-3: #9fc388;
--color-4: #6b9bc7;
--color-5: #506e95;
}
Shades of Green and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2b765, #c9c06e, #9fc388, #6b9bc7, #506e95);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2b765, #c9c06e, #9fc388, #6b9bc7, #506e95);
}
似たようなカラーパレット
下にスクロールして100+個のアンバーカラーパレットを探索しましょう
Shades of Green and Blue color palette created on .