Spiced Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spiced Blush palette

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

Spiced Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #7d3b3b;
}
.color-2 {
color: #a45b5b;
}
.color-3 {
color: #c88d8d;
}
.color-4 {
color: #eab8b8;
}
.color-5 {
color: #ffe0e0;
}

/* CSS Variables */
:root {
--color-1: #7d3b3b;
--color-2: #a45b5b;
--color-3: #c88d8d;
--color-4: #eab8b8;
--color-5: #ffe0e0;
}

Spiced Blush の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7d3b3b, #a45b5b, #c88d8d, #eab8b8, #ffe0e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7d3b3b, #a45b5b, #c88d8d, #eab8b8, #ffe0e0);
}

Spiced Blush color palette created on .