Desert Blossom Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Desert Blossom Elegance palette

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

Desert Blossom Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3d6;
}
.color-2 {
color: #f1a7b2;
}
.color-3 {
color: #e175b0;
}
.color-4 {
color: #d87d8b;
}
.color-5 {
color: #a65e7e;
}

/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #f1a7b2;
--color-3: #e175b0;
--color-4: #d87d8b;
--color-5: #a65e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #f1a7b2, #e175b0, #d87d8b, #a65e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #f1a7b2, #e175b0, #d87d8b, #a65e7e);
}

Desert Blossom Elegance color palette created on .