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