Shades of Red and Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Red and Blue palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shades of Red and Blue カラーパレット (PNG) をダウンロード
Shades of Red and Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #cf021a;
}
.color-2 {
color: #4d8bff;
}
.color-3 {
color: #a55eb5;
}
.color-4 {
color: #ffd54d;
}
.color-5 {
color: #ff6d2e;
}
/* CSS Variables */
:root {
--color-1: #cf021a;
--color-2: #4d8bff;
--color-3: #a55eb5;
--color-4: #ffd54d;
--color-5: #ff6d2e;
}
Shades of Red and Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cf021a, #4d8bff, #a55eb5, #ffd54d, #ff6d2e);
}
似たようなカラーパレット
Shades of Red and Blue color palette created on .