Light Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Pink palette

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

Light Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f2e4d4;
}
.color-3 {
color: #f9c5b4;
}
.color-4 {
color: #f6aba2;
}
.color-5 {
color: #f48a90;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f2e4d4;
--color-3: #f9c5b4;
--color-4: #f6aba2;
--color-5: #f48a90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f2e4d4, #f9c5b4, #f6aba2, #f48a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f2e4d4, #f9c5b4, #f6aba2, #f48a90);
}

Light Pink color palette created on .