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