Dusty Rose Haven カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusty Rose Haven palette

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

Dusty Rose Haven カラーパレット CSS

/* CSS */
.color-1 {
color: #6f585e;
}
.color-2 {
color: #b7a4a9;
}
.color-3 {
color: #e7d0d3;
}
.color-4 {
color: #f4c3c9;
}
.color-5 {
color: #e8696d;
}

/* CSS Variables */
:root {
--color-1: #6f585e;
--color-2: #b7a4a9;
--color-3: #e7d0d3;
--color-4: #f4c3c9;
--color-5: #e8696d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f585e, #b7a4a9, #e7d0d3, #f4c3c9, #e8696d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f585e, #b7a4a9, #e7d0d3, #f4c3c9, #e8696d);
}

Dusty Rose Haven color palette created on .