Shades of Red and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Red and Blue palette

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

Shades of Red and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #70b5ff;
}
.color-3 {
color: #a57db0;
}
.color-4 {
color: #ffb30f;
}
.color-5 {
color: #ff4d4d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #70b5ff;
--color-3: #a57db0;
--color-4: #ffb30f;
--color-5: #ff4d4d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #70b5ff, #a57db0, #ffb30f, #ff4d4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #70b5ff, #a57db0, #ffb30f, #ff4d4d);
}

Shades of Red and Blue color palette created on .