Pink Ghost カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Ghost palette

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

Pink Ghost カラーパレット CSS

/* CSS */
.color-1 {
color: #f9c7b4;
}
.color-2 {
color: #f2a78c;
}
.color-3 {
color: #e67a7e;
}
.color-4 {
color: #d75b93;
}
.color-5 {
color: #9c4fab;
}

/* CSS Variables */
:root {
--color-1: #f9c7b4;
--color-2: #f2a78c;
--color-3: #e67a7e;
--color-4: #d75b93;
--color-5: #9c4fab;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c7b4, #f2a78c, #e67a7e, #d75b93, #9c4fab);
}

Pink Ghost color palette created on .