Angel Dust カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Angel Dust palette

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

Angel Dust カラー パレット PNG 画像

Download angel dust color palette PNG image (landscape)
Download angel dust color palette PNG image (square)

Angel Dust カラーパレット CSS

/* CSS */
.color-1 {
color: #f3c4ce;
}
.color-2 {
color: #f1b1d1;
}
.color-3 {
color: #f07fb0;
}
.color-4 {
color: #d16691;
}
.color-5 {
color: #c24c6e;
}

/* CSS Variables */
:root {
--color-1: #f3c4ce;
--color-2: #f1b1d1;
--color-3: #f07fb0;
--color-4: #d16691;
--color-5: #c24c6e;
}

Angel Dust の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3c4ce, #f1b1d1, #f07fb0, #d16691, #c24c6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3c4ce, #f1b1d1, #f07fb0, #d16691, #c24c6e);
}

Angel Dust color palette created on .