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