Heavenly Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Heavenly Blush palette

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

Heavenly Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e6d8;
}
.color-2 {
color: #e1b7d4;
}
.color-3 {
color: #d19fc2;
}
.color-4 {
color: #c67bba;
}
.color-5 {
color: #a460a3;
}

/* CSS Variables */
:root {
--color-1: #f3e6d8;
--color-2: #e1b7d4;
--color-3: #d19fc2;
--color-4: #c67bba;
--color-5: #a460a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e6d8, #e1b7d4, #d19fc2, #c67bba, #a460a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e6d8, #e1b7d4, #d19fc2, #c67bba, #a460a3);
}

Heavenly Blush color palette created on .