Romantic Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Romantic Pink palette

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

Romantic Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff808e;
}
.color-2 {
color: #ff4d6d;
}
.color-3 {
color: #ff1a4f;
}
.color-4 {
color: #ff9ebd;
}
.color-5 {
color: #f5d1d8;
}

/* CSS Variables */
:root {
--color-1: #ff808e;
--color-2: #ff4d6d;
--color-3: #ff1a4f;
--color-4: #ff9ebd;
--color-5: #f5d1d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff808e, #ff4d6d, #ff1a4f, #ff9ebd, #f5d1d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff808e, #ff4d6d, #ff1a4f, #ff9ebd, #f5d1d8);
}

Romantic Pink color palette created on .