Red and Blue Fusion カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Blue Fusion palette

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

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

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6a5bcd;
}
.color-3 {
color: #ff8052;
}
.color-4 {
color: #4682b4;
}
.color-5 {
color: #db143c;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6a5bcd;
--color-3: #ff8052;
--color-4: #4682b4;
--color-5: #db143c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6a5bcd, #ff8052, #4682b4, #db143c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6a5bcd, #ff8052, #4682b4, #db143c);
}

Red and Blue Fusion color palette created on .