Midnight Biscotti Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Midnight Biscotti Bliss palette

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

Midnight Biscotti Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1f3d;
}
.color-2 {
color: #3a4b6e;
}
.color-3 {
color: #5f7e9b;
}
.color-4 {
color: #a0bcd4;
}
.color-5 {
color: #d1e2f0;
}

/* CSS Variables */
:root {
--color-1: #1a1f3d;
--color-2: #3a4b6e;
--color-3: #5f7e9b;
--color-4: #a0bcd4;
--color-5: #d1e2f0;
}

Midnight Biscotti Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1f3d, #3a4b6e, #5f7e9b, #a0bcd4, #d1e2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1f3d, #3a4b6e, #5f7e9b, #a0bcd4, #d1e2f0);
}

Midnight Biscotti Bliss color palette created on .