Caramel Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Dreams palette

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

Caramel Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #d4b18c;
}
.color-2 {
color: #c39969;
}
.color-3 {
color: #a37a48;
}
.color-4 {
color: #8b5c2d;
}
.color-5 {
color: #7b4f24;
}

/* CSS Variables */
:root {
--color-1: #d4b18c;
--color-2: #c39969;
--color-3: #a37a48;
--color-4: #8b5c2d;
--color-5: #7b4f24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4b18c, #c39969, #a37a48, #8b5c2d, #7b4f24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4b18c, #c39969, #a37a48, #8b5c2d, #7b4f24);
}

Caramel Dreams color palette created on .