Pink First Love カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink First Love palette

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

Pink First Love カラーパレット CSS

/* CSS */
.color-1 {
color: #f4a4bf;
}
.color-2 {
color: #f5af94;
}
.color-3 {
color: #f4d580;
}
.color-4 {
color: #f0e2a8;
}
.color-5 {
color: #f9ccb9;
}

/* CSS Variables */
:root {
--color-1: #f4a4bf;
--color-2: #f5af94;
--color-3: #f4d580;
--color-4: #f0e2a8;
--color-5: #f9ccb9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a4bf, #f5af94, #f4d580, #f0e2a8, #f9ccb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a4bf, #f5af94, #f4d580, #f0e2a8, #f9ccb9);
}

Pink First Love color palette created on .