Dusty Rose Gold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dusty Rose Gold palette

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

Dusty Rose Gold カラーパレット CSS

/* CSS */
.color-1 {
color: #e2a869;
}
.color-2 {
color: #c2794c;
}
.color-3 {
color: #a64e76;
}
.color-4 {
color: #d78e9e;
}
.color-5 {
color: #f2d0a1;
}

/* CSS Variables */
:root {
--color-1: #e2a869;
--color-2: #c2794c;
--color-3: #a64e76;
--color-4: #d78e9e;
--color-5: #f2d0a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2a869, #c2794c, #a64e76, #d78e9e, #f2d0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2a869, #c2794c, #a64e76, #d78e9e, #f2d0a1);
}

Dusty Rose Gold color palette created on .