Desert Deputy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Deputy palette

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

Desert Deputy カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f3ca4f;
}
.color-3 {
color: #a3d55d;
}
.color-4 {
color: #6bae8c;
}
.color-5 {
color: #4e8997;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f3ca4f;
--color-3: #a3d55d;
--color-4: #6bae8c;
--color-5: #4e8997;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f3ca4f, #a3d55d, #6bae8c, #4e8997);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f3ca4f, #a3d55d, #6bae8c, #4e8997);
}

Desert Deputy color palette created on .