Red and Yellow Contrast カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Yellow Contrast palette

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

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

/* CSS */
.color-1 {
color: #ff5100;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #000000;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #b42222;
}

/* CSS Variables */
:root {
--color-1: #ff5100;
--color-2: #ffd900;
--color-3: #000000;
--color-4: #ffffff;
--color-5: #b42222;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5100, #ffd900, #000000, #ffffff, #b42222);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5100, #ffd900, #000000, #ffffff, #b42222);
}

Red and Yellow Contrast color palette created on .