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