Red and Blue Scatter カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red and Blue Scatter palette
Red and Blue Scatter カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #3381ff;
}
.color-3 {
color: #1c1c1c;
}
.color-4 {
color: #ff9933;
}
.color-5 {
color: #ff33a7;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #3381ff;
--color-3: #1c1c1c;
--color-4: #ff9933;
--color-5: #ff33a7;
}
Red and Blue Scatter の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #3381ff, #1c1c1c, #ff9933, #ff33a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #3381ff, #1c1c1c, #ff9933, #ff33a7);
}
似たようなカラーパレット
下にスクロールして90+個の赤カラーパレットを探索しましょう
Red and Blue Scatter color palette created on .