Hot Pink Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hot Pink Dream palette

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

Hot Pink Dream カラー パレット PNG 画像

Download hot pink dream color palette PNG image (landscape)
Download hot pink dream color palette PNG image (square)

Hot Pink Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3d8e;
}
.color-2 {
color: #ff709b;
}
.color-3 {
color: #ff9ea1;
}
.color-4 {
color: #ffc0b8;
}
.color-5 {
color: #ffe5d6;
}

/* CSS Variables */
:root {
--color-1: #ff3d8e;
--color-2: #ff709b;
--color-3: #ff9ea1;
--color-4: #ffc0b8;
--color-5: #ffe5d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d8e, #ff709b, #ff9ea1, #ffc0b8, #ffe5d6);
}

Hot Pink Dream color palette created on .