Desert Rose Retreat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Rose Retreat palette

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

Desert Rose Retreat カラーパレット CSS

/* CSS */
.color-1 {
color: #feeecd;
}
.color-2 {
color: #e3b6a1;
}
.color-3 {
color: #d19b89;
}
.color-4 {
color: #c7796b;
}
.color-5 {
color: #a45659;
}

/* CSS Variables */
:root {
--color-1: #feeecd;
--color-2: #e3b6a1;
--color-3: #d19b89;
--color-4: #c7796b;
--color-5: #a45659;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #feeecd, #e3b6a1, #d19b89, #c7796b, #a45659);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #feeecd, #e3b6a1, #d19b89, #c7796b, #a45659);
}

Desert Rose Retreat color palette created on .