Pink Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dream palette

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

Pink Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d5b8e5;
}
.color-4 {
color: #c3b1e2;
}
.color-5 {
color: #f6eba7;
}

/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d5b8e5;
--color-4: #c3b1e2;
--color-5: #f6eba7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d5b8e5, #c3b1e2, #f6eba7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d5b8e5, #c3b1e2, #f6eba7);
}

Pink Dream color palette created on .