Whispering Elm Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispering Elm Breeze palette

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

Whispering Elm Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #1c7b7d;
}
.color-2 {
color: #4eb1b0;
}
.color-3 {
color: #a4e4e5;
}
.color-4 {
color: #f1b8a2;
}
.color-5 {
color: #f76e7e;
}

/* CSS Variables */
:root {
--color-1: #1c7b7d;
--color-2: #4eb1b0;
--color-3: #a4e4e5;
--color-4: #f1b8a2;
--color-5: #f76e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c7b7d, #4eb1b0, #a4e4e5, #f1b8a2, #f76e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c7b7d, #4eb1b0, #a4e4e5, #f1b8a2, #f76e7e);
}

Whispering Elm Breeze color palette created on .