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