Blushing Divinity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Divinity palette

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

Blushing Divinity カラーパレット CSS

/* CSS */
.color-1 {
color: #fbdae7;
}
.color-2 {
color: #f7c5e1;
}
.color-3 {
color: #f8b4d1;
}
.color-4 {
color: #f2abc6;
}
.color-5 {
color: #ea95b7;
}

/* CSS Variables */
:root {
--color-1: #fbdae7;
--color-2: #f7c5e1;
--color-3: #f8b4d1;
--color-4: #f2abc6;
--color-5: #ea95b7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbdae7, #f7c5e1, #f8b4d1, #f2abc6, #ea95b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbdae7, #f7c5e1, #f8b4d1, #f2abc6, #ea95b7);
}

Blushing Divinity color palette created on .