Berry Biscuit Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Berry Biscuit Bliss palette

このパレットを共有する先:

Berry Biscuit Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #9b1c2b;
}
.color-2 {
color: #e36d7b;
}
.color-3 {
color: #f8b5b4;
}
.color-4 {
color: #f5e3d6;
}
.color-5 {
color: #c8d7a3;
}

/* CSS Variables */
:root {
--color-1: #9b1c2b;
--color-2: #e36d7b;
--color-3: #f8b5b4;
--color-4: #f5e3d6;
--color-5: #c8d7a3;
}

Berry Biscuit Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9b1c2b, #e36d7b, #f8b5b4, #f5e3d6, #c8d7a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9b1c2b, #e36d7b, #f8b5b4, #f5e3d6, #c8d7a3);
}

Berry Biscuit Bliss color palette created on .