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