Pink Sugarcrush カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Sugarcrush palette

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

Pink Sugarcrush カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d6d;
}
.color-4 {
color: #ff2e3c;
}
.color-5 {
color: #d63f2e;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff7092;
--color-3: #ff4d6d;
--color-4: #ff2e3c;
--color-5: #d63f2e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff7092, #ff4d6d, #ff2e3c, #d63f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff7092, #ff4d6d, #ff2e3c, #d63f2e);
}

Pink Sugarcrush color palette created on .