Whispers of Spring カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Spring palette

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

Whispers of Spring カラーパレット CSS

/* CSS */
.color-1 {
color: #e09eb2;
}
.color-2 {
color: #f2d3b5;
}
.color-3 {
color: #f9f78b;
}
.color-4 {
color: #a6d8d3;
}
.color-5 {
color: #5b9f8e;
}

/* CSS Variables */
:root {
--color-1: #e09eb2;
--color-2: #f2d3b5;
--color-3: #f9f78b;
--color-4: #a6d8d3;
--color-5: #5b9f8e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09eb2, #f2d3b5, #f9f78b, #a6d8d3, #5b9f8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09eb2, #f2d3b5, #f9f78b, #a6d8d3, #5b9f8e);
}

Whispers of Spring color palette created on .