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