Juniper Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Juniper Breeze palette
Juniper Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #4c908f;
}
.color-2 {
color: #6ebfbb;
}
.color-3 {
color: #a3e0dc;
}
.color-4 {
color: #c4f8f0;
}
.color-5 {
color: #e3f7f5;
}
/* CSS Variables */
:root {
--color-1: #4c908f;
--color-2: #6ebfbb;
--color-3: #a3e0dc;
--color-4: #c4f8f0;
--color-5: #e3f7f5;
}
Juniper Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908f, #6ebfbb, #a3e0dc, #c4f8f0, #e3f7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908f, #6ebfbb, #a3e0dc, #c4f8f0, #e3f7f5);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Juniper Breeze color palette created on .