Willie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Willie palette

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

Willie カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a6a2;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #e4d5b4;
}
.color-4 {
color: #b9e3b0;
}
.color-5 {
color: #a1d2e2;
}

/* CSS Variables */
:root {
--color-1: #f6a6a2;
--color-2: #f1c6a7;
--color-3: #e4d5b4;
--color-4: #b9e3b0;
--color-5: #a1d2e2;
}

Willie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a6a2, #f1c6a7, #e4d5b4, #b9e3b0, #a1d2e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a6a2, #f1c6a7, #e4d5b4, #b9e3b0, #a1d2e2);
}

Willie color palette created on .