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