Deep Pink Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Pink Dream palette

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

Deep Pink Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #690dab;
}
.color-2 {
color: #d6006f;
}
.color-3 {
color: #ff5c8a;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #ff9d00;
}

/* CSS Variables */
:root {
--color-1: #690dab;
--color-2: #d6006f;
--color-3: #ff5c8a;
--color-4: #ffb3b3;
--color-5: #ff9d00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #690dab, #d6006f, #ff5c8a, #ffb3b3, #ff9d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #690dab, #d6006f, #ff5c8a, #ffb3b3, #ff9d00);
}

Deep Pink Dream color palette created on .