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: #1db954;
}
.color-2 {
color: #0096db;
}
.color-3 {
color: #f94e3e;
}
.color-4 {
color: #ffb05c;
}
.color-5 {
color: #ff6b6b;
}
/* CSS Variables */
:root {
--color-1: #1db954;
--color-2: #0096db;
--color-3: #f94e3e;
--color-4: #ffb05c;
--color-5: #ff6b6b;
}
Shades of Green and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1db954, #0096db, #f94e3e, #ffb05c, #ff6b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1db954, #0096db, #f94e3e, #ffb05c, #ff6b6b);
}
似たようなカラーパレット
Shades of Green and Blue color palette created on .