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