Red and Black Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Red and Black Elegance palette

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

Red and Black Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3333;
}
.color-2 {
color: #ff6b6b;
}
.color-3 {
color: #345ead;
}
.color-4 {
color: #333333;
}
.color-5 {
color: #666666;
}

/* CSS Variables */
:root {
--color-1: #ff3333;
--color-2: #ff6b6b;
--color-3: #345ead;
--color-4: #333333;
--color-5: #666666;
}

Red and Black Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3333, #ff6b6b, #345ead, #333333, #666666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3333, #ff6b6b, #345ead, #333333, #666666);
}

Red and Black Elegance color palette created on .