Metallic Blush Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Metallic Blush Dream palette

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

Metallic Blush Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7081;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ff99a1;
}
.color-4 {
color: #ff4d4f;
}
.color-5 {
color: #bfbfbf;
}

/* CSS Variables */
:root {
--color-1: #ff7081;
--color-2: #ffb3c1;
--color-3: #ff99a1;
--color-4: #ff4d4f;
--color-5: #bfbfbf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7081, #ffb3c1, #ff99a1, #ff4d4f, #bfbfbf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7081, #ffb3c1, #ff99a1, #ff4d4f, #bfbfbf);
}

Metallic Blush Dream color palette created on .