Bright Red and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Red and Blue palette

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

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

/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #3d84ff;
}
.color-3 {
color: #a85eb5;
}
.color-4 {
color: #ffb83d;
}
.color-5 {
color: #ff6e3d;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #3d84ff;
--color-3: #a85eb5;
--color-4: #ffb83d;
--color-5: #ff6e3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #3d84ff, #a85eb5, #ffb83d, #ff6e3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #3d84ff, #a85eb5, #ffb83d, #ff6e3d);
}

Bright Red and Blue color palette created on .