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