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