Caramel Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Caramel Embrace palette
Caramel Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #c2b180;
}
.color-2 {
color: #a67c5e;
}
.color-3 {
color: #895b29;
}
.color-4 {
color: #d0a86c;
}
.color-5 {
color: #5b3a29;
}
/* CSS Variables */
:root {
--color-1: #c2b180;
--color-2: #a67c5e;
--color-3: #895b29;
--color-4: #d0a86c;
--color-5: #5b3a29;
}
Caramel Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c2b180, #a67c5e, #895b29, #d0a86c, #5b3a29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c2b180, #a67c5e, #895b29, #d0a86c, #5b3a29);
}
似たようなカラーパレット
Caramel Embrace color palette created on .