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