Dusty Rose カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusty Rose palette

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

Dusty Rose カラーパレット CSS

/* CSS */
.color-1 {
color: #f1a7c2;
}
.color-2 {
color: #d79d9f;
}
.color-3 {
color: #a68c8e;
}
.color-4 {
color: #8c697d;
}
.color-5 {
color: #4b4e6c;
}

/* CSS Variables */
:root {
--color-1: #f1a7c2;
--color-2: #d79d9f;
--color-3: #a68c8e;
--color-4: #8c697d;
--color-5: #4b4e6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7c2, #d79d9f, #a68c8e, #8c697d, #4b4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7c2, #d79d9f, #a68c8e, #8c697d, #4b4e6c);
}

Dusty Rose color palette created on .