Wilderness Bloom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wilderness Bloom palette

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

Wilderness Bloom カラーパレット CSS

/* CSS */
.color-1 {
color: #5a3e8e;
}
.color-2 {
color: #a75fab;
}
.color-3 {
color: #d89b69;
}
.color-4 {
color: #f1c40e;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #5a3e8e;
--color-2: #a75fab;
--color-3: #d89b69;
--color-4: #f1c40e;
--color-5: #e74d3c;
}

Wilderness Bloom の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e8e, #a75fab, #d89b69, #f1c40e, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e8e, #a75fab, #d89b69, #f1c40e, #e74d3c);
}

Wilderness Bloom color palette created on .