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