Red and Green Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Green Fusion palette

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

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

/* CSS */
.color-1 {
color: #c34b4b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #c34b4b;
--color-2: #f5a524;
--color-3: #f1c84b;
--color-4: #a8e6cf;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c34b4b, #f5a524, #f1c84b, #a8e6cf, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c34b4b, #f5a524, #f1c84b, #a8e6cf, #2a9d90);
}

Red and Green Fusion color palette created on .