Whispers of Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Spring palette

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

Whispers of Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #e6f4d7;
}
.color-2 {
color: #dbf2d4;
}
.color-3 {
color: #d3eed3;
}
.color-4 {
color: #c3e9cd;
}
.color-5 {
color: #afe4ca;
}

/* CSS Variables */
:root {
--color-1: #e6f4d7;
--color-2: #dbf2d4;
--color-3: #d3eed3;
--color-4: #c3e9cd;
--color-5: #afe4ca;
}

Whispers of Spring の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6f4d7, #dbf2d4, #d3eed3, #c3e9cd, #afe4ca);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6f4d7, #dbf2d4, #d3eed3, #c3e9cd, #afe4ca);
}

Whispers of Spring color palette created on .