Blushing Vows カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Vows palette

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

Blushing Vows カラーパレット CSS

/* CSS */
.color-1 {
color: #f4b8c4;
}
.color-2 {
color: #f2a1d3;
}
.color-3 {
color: #d590cb;
}
.color-4 {
color: #b47cd0;
}
.color-5 {
color: #8b6cb2;
}

/* CSS Variables */
:root {
--color-1: #f4b8c4;
--color-2: #f2a1d3;
--color-3: #d590cb;
--color-4: #b47cd0;
--color-5: #8b6cb2;
}

Blushing Vows の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4b8c4, #f2a1d3, #d590cb, #b47cd0, #8b6cb2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4b8c4, #f2a1d3, #d590cb, #b47cd0, #8b6cb2);
}

Blushing Vows color palette created on .