Dahlia Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dahlia Dreams palette

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

Dahlia Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #b25c8a;
}
.color-2 {
color: #e2a2b2;
}
.color-3 {
color: #f5d1e7;
}
.color-4 {
color: #e1b7d3;
}
.color-5 {
color: #c22e55;
}

/* CSS Variables */
:root {
--color-1: #b25c8a;
--color-2: #e2a2b2;
--color-3: #f5d1e7;
--color-4: #e1b7d3;
--color-5: #c22e55;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b25c8a, #e2a2b2, #f5d1e7, #e1b7d3, #c22e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b25c8a, #e2a2b2, #f5d1e7, #e1b7d3, #c22e55);
}

Dahlia Dreams color palette created on .