Caramel Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Dreamscape palette

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

Caramel Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #dfaf6d;
}
.color-2 {
color: #e5c18b;
}
.color-3 {
color: #d0915d;
}
.color-4 {
color: #a85c3e;
}
.color-5 {
color: #6b4029;
}

/* CSS Variables */
:root {
--color-1: #dfaf6d;
--color-2: #e5c18b;
--color-3: #d0915d;
--color-4: #a85c3e;
--color-5: #6b4029;
}

Caramel Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfaf6d, #e5c18b, #d0915d, #a85c3e, #6b4029);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfaf6d, #e5c18b, #d0915d, #a85c3e, #6b4029);
}

Caramel Dreamscape color palette created on .