Pink Perla カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Perla palette

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

Pink Perla カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e2d9;
}
.color-2 {
color: #f6b7a2;
}
.color-3 {
color: #f68a79;
}
.color-4 {
color: #f66067;
}
.color-5 {
color: #f63751;
}

/* CSS Variables */
:root {
--color-1: #f7e2d9;
--color-2: #f6b7a2;
--color-3: #f68a79;
--color-4: #f66067;
--color-5: #f63751;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e2d9, #f6b7a2, #f68a79, #f66067, #f63751);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e2d9, #f6b7a2, #f68a79, #f66067, #f63751);
}

Pink Perla color palette created on .