Caramel Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caramel Sunset palette

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

Caramel Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #3c2a2b;
}
.color-3 {
color: #aa3c3c;
}
.color-4 {
color: #d1713d;
}
.color-5 {
color: #e7b8a2;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #3c2a2b;
--color-3: #aa3c3c;
--color-4: #d1713d;
--color-5: #e7b8a2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #3c2a2b, #aa3c3c, #d1713d, #e7b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #3c2a2b, #aa3c3c, #d1713d, #e7b8a2);
}

Caramel Sunset color palette created on .