Woven Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Woven Whispers palette

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

Woven Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #b05e82;
}
.color-2 {
color: #e1a8b3;
}
.color-3 {
color: #f2c5d0;
}
.color-4 {
color: #f7e597;
}
.color-5 {
color: #ffd15c;
}

/* CSS Variables */
:root {
--color-1: #b05e82;
--color-2: #e1a8b3;
--color-3: #f2c5d0;
--color-4: #f7e597;
--color-5: #ffd15c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b05e82, #e1a8b3, #f2c5d0, #f7e597, #ffd15c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b05e82, #e1a8b3, #f2c5d0, #f7e597, #ffd15c);
}

Woven Whispers color palette created on .