Shades of Red, Blue, and Purple カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Red, Blue, and Purple palette
Shades of Red, Blue, and Purple カラーパレット CSS
/* CSS */
.color-1 {
color: #c92c3c;
}
.color-2 {
color: #2a8fc6;
}
.color-3 {
color: #5b4d89;
}
.color-4 {
color: #f0a400;
}
.color-5 {
color: #814c94;
}
/* CSS Variables */
:root {
--color-1: #c92c3c;
--color-2: #2a8fc6;
--color-3: #5b4d89;
--color-4: #f0a400;
--color-5: #814c94;
}
Shades of Red, Blue, and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c3c, #2a8fc6, #5b4d89, #f0a400, #814c94);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c3c, #2a8fc6, #5b4d89, #f0a400, #814c94);
}
似たようなカラーパレット
Shades of Red, Blue, and Purple color palette created on .