Pink Cinderella カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Cinderella palette

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

Pink Cinderella カラーパレット CSS

/* CSS */
.color-1 {
color: #fee9e1;
}
.color-2 {
color: #fab7bc;
}
.color-3 {
color: #fba493;
}
.color-4 {
color: #f480a3;
}
.color-5 {
color: #ec6f92;
}

/* CSS Variables */
:root {
--color-1: #fee9e1;
--color-2: #fab7bc;
--color-3: #fba493;
--color-4: #f480a3;
--color-5: #ec6f92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee9e1, #fab7bc, #fba493, #f480a3, #ec6f92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee9e1, #fab7bc, #fba493, #f480a3, #ec6f92);
}

Pink Cinderella color palette created on .