Red and Yellow Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Yellow Fusion palette

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

Red and Yellow Fusion カラーパレット CSS

/* CSS */
.color-1 {
color: #1a1a1a;
}
.color-2 {
color: #c72b29;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #f4a20b;
}
.color-5 {
color: #b30000;
}

/* CSS Variables */
:root {
--color-1: #1a1a1a;
--color-2: #c72b29;
--color-3: #f6b83c;
--color-4: #f4a20b;
--color-5: #b30000;
}

Red and Yellow Fusion の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a1a, #c72b29, #f6b83c, #f4a20b, #b30000);
}

似たようなカラーパレット

Red and Yellow Fusion color palette created on .