Pink Dance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dance palette

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

Pink Dance カラーパレット CSS

/* CSS */
.color-1 {
color: #e9b4d7;
}
.color-2 {
color: #f36d91;
}
.color-3 {
color: #f5bf9e;
}
.color-4 {
color: #f7e06e;
}
.color-5 {
color: #a6d7dd;
}

/* CSS Variables */
:root {
--color-1: #e9b4d7;
--color-2: #f36d91;
--color-3: #f5bf9e;
--color-4: #f7e06e;
--color-5: #a6d7dd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b4d7, #f36d91, #f5bf9e, #f7e06e, #a6d7dd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b4d7, #f36d91, #f5bf9e, #f7e06e, #a6d7dd);
}

Pink Dance color palette created on .