Blush Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blush Reverie palette

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

Blush Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f5c8a3;
}
.color-3 {
color: #f3e3c9;
}
.color-4 {
color: #e6b8b3;
}
.color-5 {
color: #d94a69;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f5c8a3;
--color-3: #f3e3c9;
--color-4: #e6b8b3;
--color-5: #d94a69;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f5c8a3, #f3e3c9, #e6b8b3, #d94a69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f5c8a3, #f3e3c9, #e6b8b3, #d94a69);
}

Blush Reverie color palette created on .