Pink Scare カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Scare palette

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

Pink Scare カラーパレット CSS

/* CSS */
.color-1 {
color: #c65d8a;
}
.color-2 {
color: #f7b9a6;
}
.color-3 {
color: #f5e4a3;
}
.color-4 {
color: #f9e2a4;
}
.color-5 {
color: #f3b75e;
}

/* CSS Variables */
:root {
--color-1: #c65d8a;
--color-2: #f7b9a6;
--color-3: #f5e4a3;
--color-4: #f9e2a4;
--color-5: #f3b75e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c65d8a, #f7b9a6, #f5e4a3, #f9e2a4, #f3b75e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c65d8a, #f7b9a6, #f5e4a3, #f9e2a4, #f3b75e);
}

Pink Scare color palette created on .