Pink Dahlia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dahlia palette

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

Pink Dahlia カラーパレット CSS

/* CSS */
.color-1 {
color: #d64c6f;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #f7d3c5;
}
.color-4 {
color: #f3e7b4;
}
.color-5 {
color: #f7d14b;
}

/* CSS Variables */
:root {
--color-1: #d64c6f;
--color-2: #f1a7b4;
--color-3: #f7d3c5;
--color-4: #f3e7b4;
--color-5: #f7d14b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d64c6f, #f1a7b4, #f7d3c5, #f3e7b4, #f7d14b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d64c6f, #f1a7b4, #f7d3c5, #f3e7b4, #f7d14b);
}

Pink Dahlia color palette created on .