Pink Derpy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Derpy palette

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

Pink Derpy カラーパレット CSS

/* CSS */
.color-1 {
color: #fde7ee;
}
.color-2 {
color: #feecf1;
}
.color-3 {
color: #fedecd;
}
.color-4 {
color: #fee8c8;
}
.color-5 {
color: #fef7dc;
}

/* CSS Variables */
:root {
--color-1: #fde7ee;
--color-2: #feecf1;
--color-3: #fedecd;
--color-4: #fee8c8;
--color-5: #fef7dc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde7ee, #feecf1, #fedecd, #fee8c8, #fef7dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde7ee, #feecf1, #fedecd, #fee8c8, #fef7dc);
}

Pink Derpy color palette created on .