Gritty Noir カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Gritty Noir palette

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

Gritty Noir カラーパレット CSS

/* CSS */
.color-1 {
color: #1d1f20;
}
.color-2 {
color: #3e3b32;
}
.color-3 {
color: #f0c775;
}
.color-4 {
color: #cc6d1e;
}
.color-5 {
color: #a61c25;
}

/* CSS Variables */
:root {
--color-1: #1d1f20;
--color-2: #3e3b32;
--color-3: #f0c775;
--color-4: #cc6d1e;
--color-5: #a61c25;
}

Gritty Noir の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d1f20, #3e3b32, #f0c775, #cc6d1e, #a61c25);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d1f20, #3e3b32, #f0c775, #cc6d1e, #a61c25);
}

Gritty Noir color palette created on .