Sweet Linzer Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Linzer Delight palette

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

Sweet Linzer Delight カラーパレット CSS

/* CSS */
.color-1 {
color: #d9b89b;
}
.color-2 {
color: #d2a679;
}
.color-3 {
color: #c49c6e;
}
.color-4 {
color: #b68d5d;
}
.color-5 {
color: #e7c8a2;
}

/* CSS Variables */
:root {
--color-1: #d9b89b;
--color-2: #d2a679;
--color-3: #c49c6e;
--color-4: #b68d5d;
--color-5: #e7c8a2;
}

Sweet Linzer Delight の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9b89b, #d2a679, #c49c6e, #b68d5d, #e7c8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9b89b, #d2a679, #c49c6e, #b68d5d, #e7c8a2);
}

Sweet Linzer Delight color palette created on .