Luminous Biscotti Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Luminous Biscotti Dream palette

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

Luminous Biscotti Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e67e;
}
.color-2 {
color: #e8c469;
}
.color-3 {
color: #d9aa5e;
}
.color-4 {
color: #c79c4d;
}
.color-5 {
color: #b4843c;
}

/* CSS Variables */
:root {
--color-1: #f6e67e;
--color-2: #e8c469;
--color-3: #d9aa5e;
--color-4: #c79c4d;
--color-5: #b4843c;
}

Luminous Biscotti Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e67e, #e8c469, #d9aa5e, #c79c4d, #b4843c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e67e, #e8c469, #d9aa5e, #c79c4d, #b4843c);
}

Luminous Biscotti Dream color palette created on .