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