Caramel Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Dreams palette

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

Caramel Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #c6a26c;
}
.color-2 {
color: #a86e48;
}
.color-3 {
color: #8e4a33;
}
.color-4 {
color: #6e3f2b;
}
.color-5 {
color: #502c1b;
}

/* CSS Variables */
:root {
--color-1: #c6a26c;
--color-2: #a86e48;
--color-3: #8e4a33;
--color-4: #6e3f2b;
--color-5: #502c1b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c6a26c, #a86e48, #8e4a33, #6e3f2b, #502c1b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c6a26c, #a86e48, #8e4a33, #6e3f2b, #502c1b);
}

Caramel Dreams color palette created on .