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: #ff5252;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #3f91ee;
}
.color-4 {
color: #1c3d73;
}
.color-5 {
color: #5a9216;
}
/* CSS Variables */
:root {
--color-1: #ff5252;
--color-2: #ffffff;
--color-3: #3f91ee;
--color-4: #1c3d73;
--color-5: #5a9216;
}
Red, White and Blue Britain の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5252, #ffffff, #3f91ee, #1c3d73, #5a9216);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5252, #ffffff, #3f91ee, #1c3d73, #5a9216);
}
似たようなカラーパレット
Red, White and Blue Britain color palette created on .