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