Pink Angel Dust カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Angel Dust palette

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

Pink Angel Dust カラーパレット CSS

/* CSS */
.color-1 {
color: #f0f8ff;
}
.color-2 {
color: #e1c3e9;
}
.color-3 {
color: #f9c8e8;
}
.color-4 {
color: #f6b1e8;
}
.color-5 {
color: #e97292;
}

/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #e1c3e9;
--color-3: #f9c8e8;
--color-4: #f6b1e8;
--color-5: #e97292;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #e1c3e9, #f9c8e8, #f6b1e8, #e97292);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #e1c3e9, #f9c8e8, #f6b1e8, #e97292);
}

Pink Angel Dust color palette created on .