Cool Beige and Lavender カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Beige and Lavender palette

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

Cool Beige and Lavender カラーパレット CSS

/* CSS */
.color-1 {
color: #d7c6b2;
}
.color-2 {
color: #afa5c0;
}
.color-3 {
color: #6a8faf;
}
.color-4 {
color: #b7e1d4;
}
.color-5 {
color: #e6a8b7;
}

/* CSS Variables */
:root {
--color-1: #d7c6b2;
--color-2: #afa5c0;
--color-3: #6a8faf;
--color-4: #b7e1d4;
--color-5: #e6a8b7;
}

Cool Beige and Lavender の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c6b2, #afa5c0, #6a8faf, #b7e1d4, #e6a8b7);
}

Cool Beige and Lavender color palette created on .