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