Spirit Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Spirit Pink palette

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

Spirit Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #e2a8a2;
}
.color-3 {
color: #d67a9c;
}
.color-4 {
color: #b76cb4;
}
.color-5 {
color: #695c99;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #e2a8a2;
--color-3: #d67a9c;
--color-4: #b76cb4;
--color-5: #695c99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #e2a8a2, #d67a9c, #b76cb4, #695c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #e2a8a2, #d67a9c, #b76cb4, #695c99);
}

Spirit Pink color palette created on .