Mulberry Garden カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Mulberry Garden palette

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

Mulberry Garden カラーパレット CSS

/* CSS */
.color-1 {
color: #c44a8b;
}
.color-2 {
color: #e76a8b;
}
.color-3 {
color: #f6a579;
}
.color-4 {
color: #f2d66e;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #c44a8b;
--color-2: #e76a8b;
--color-3: #f6a579;
--color-4: #f2d66e;
--color-5: #a3d55d;
}

Mulberry Garden の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c44a8b, #e76a8b, #f6a579, #f2d66e, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c44a8b, #e76a8b, #f6a579, #f2d66e, #a3d55d);
}

Mulberry Garden color palette created on .