Peachy Mystic カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Mystic palette

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

Peachy Mystic カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2d7;
}
.color-2 {
color: #e1b9b7;
}
.color-3 {
color: #d69480;
}
.color-4 {
color: #c5795e;
}
.color-5 {
color: #b78d4e;
}

/* CSS Variables */
:root {
--color-1: #f4e2d7;
--color-2: #e1b9b7;
--color-3: #d69480;
--color-4: #c5795e;
--color-5: #b78d4e;
}

Peachy Mystic の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2d7, #e1b9b7, #d69480, #c5795e, #b78d4e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2d7, #e1b9b7, #d69480, #c5795e, #b78d4e);
}

Peachy Mystic color palette created on .