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