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