Dusty Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusty Rose palette

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

Dusty Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #eab8d1;
}
.color-2 {
color: #d68a93;
}
.color-3 {
color: #a65974;
}
.color-4 {
color: #783a4e;
}
.color-5 {
color: #ead5c8;
}

/* CSS Variables */
:root {
--color-1: #eab8d1;
--color-2: #d68a93;
--color-3: #a65974;
--color-4: #783a4e;
--color-5: #ead5c8;
}

Dusty Rose の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8d1, #d68a93, #a65974, #783a4e, #ead5c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8d1, #d68a93, #a65974, #783a4e, #ead5c8);
}

Dusty Rose color palette created on .