Eucalyptus Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Eucalyptus Breeze palette
Eucalyptus Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #278b5d;
}
.color-2 {
color: #3bb08d;
}
.color-3 {
color: #6fd3b6;
}
.color-4 {
color: #a9e5e0;
}
.color-5 {
color: #e2f8f3;
}
/* CSS Variables */
:root {
--color-1: #278b5d;
--color-2: #3bb08d;
--color-3: #6fd3b6;
--color-4: #a9e5e0;
--color-5: #e2f8f3;
}
Eucalyptus Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #278b5d, #3bb08d, #6fd3b6, #a9e5e0, #e2f8f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #278b5d, #3bb08d, #6fd3b6, #a9e5e0, #e2f8f3);
}
似たようなカラーパレット
Eucalyptus Breeze color palette created on .