Eucalyptus Whisper カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Eucalyptus Whisper palette

このパレットを共有する先:

Eucalyptus Whisper カラーパレット CSS

/* CSS */
.color-1 {
color: #278b5d;
}
.color-2 {
color: #a3d7ba;
}
.color-3 {
color: #e8f2ea;
}
.color-4 {
color: #b1e2d8;
}
.color-5 {
color: #3e8e8e;
}

/* CSS Variables */
:root {
--color-1: #278b5d;
--color-2: #a3d7ba;
--color-3: #e8f2ea;
--color-4: #b1e2d8;
--color-5: #3e8e8e;
}

Eucalyptus Whisper の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #278b5d, #a3d7ba, #e8f2ea, #b1e2d8, #3e8e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #278b5d, #a3d7ba, #e8f2ea, #b1e2d8, #3e8e8e);
}

Eucalyptus Whisper color palette created on .