Juniper Dreams カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Juniper Dreams palette
Juniper Dreams カラーパレット CSS
/* CSS */
.color-1 {
color: #2a4b3e;
}
.color-2 {
color: #507c5b;
}
.color-3 {
color: #8cc091;
}
.color-4 {
color: #c7e7a6;
}
.color-5 {
color: #f2f9d7;
}
/* CSS Variables */
:root {
--color-1: #2a4b3e;
--color-2: #507c5b;
--color-3: #8cc091;
--color-4: #c7e7a6;
--color-5: #f2f9d7;
}
Juniper Dreams の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a4b3e, #507c5b, #8cc091, #c7e7a6, #f2f9d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a4b3e, #507c5b, #8cc091, #c7e7a6, #f2f9d7);
}
似たようなカラーパレット
Juniper Dreams color palette created on .