Romantic Blush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Romantic Blush palette

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

Romantic Blush カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9c8f;
}
.color-3 {
color: #ffb4a8;
}
.color-4 {
color: #ffc2c6;
}
.color-5 {
color: #ffd1d8;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9c8f;
--color-3: #ffb4a8;
--color-4: #ffc2c6;
--color-5: #ffd1d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9c8f, #ffb4a8, #ffc2c6, #ffd1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9c8f, #ffb4a8, #ffc2c6, #ffd1d8);
}

Romantic Blush color palette created on .