Bavarian Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bavarian Radiance palette

このパレットを共有する先:

Bavarian Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #dae600;
}
.color-3 {
color: #ffbb00;
}
.color-4 {
color: #c92c41;
}
.color-5 {
color: #c4c4c4;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #dae600;
--color-3: #ffbb00;
--color-4: #c92c41;
--color-5: #c4c4c4;
}

Bavarian Radiance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #dae600, #ffbb00, #c92c41, #c4c4c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #dae600, #ffbb00, #c92c41, #c4c4c4);
}

Bavarian Radiance color palette created on .