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