Pink Dahlia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dahlia palette

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

Pink Dahlia カラーパレット CSS

/* CSS */
.color-1 {
color: #d62e6f;
}
.color-2 {
color: #e28d9d;
}
.color-3 {
color: #f6c1ce;
}
.color-4 {
color: #f9e6e8;
}
.color-5 {
color: #fce3e9;
}

/* CSS Variables */
:root {
--color-1: #d62e6f;
--color-2: #e28d9d;
--color-3: #f6c1ce;
--color-4: #f9e6e8;
--color-5: #fce3e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62e6f, #e28d9d, #f6c1ce, #f9e6e8, #fce3e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62e6f, #e28d9d, #f6c1ce, #f9e6e8, #fce3e9);
}

Pink Dahlia color palette created on .