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