Whispering Ferns カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Ferns palette

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

Whispering Ferns カラーパレット CSS

/* CSS */
.color-1 {
color: #507a43;
}
.color-2 {
color: #8ebe8e;
}
.color-3 {
color: #b1d8b1;
}
.color-4 {
color: #e4f6e4;
}
.color-5 {
color: #f0fff0;
}

/* CSS Variables */
:root {
--color-1: #507a43;
--color-2: #8ebe8e;
--color-3: #b1d8b1;
--color-4: #e4f6e4;
--color-5: #f0fff0;
}

Whispering Ferns の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #507a43, #8ebe8e, #b1d8b1, #e4f6e4, #f0fff0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #507a43, #8ebe8e, #b1d8b1, #e4f6e4, #f0fff0);
}

Whispering Ferns color palette created on .