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: #fb5246;
}
.color-2 {
color: #fbf5f4;
}
.color-3 {
color: #508ce7;
}
.color-4 {
color: #22395e;
}
.color-5 {
color: #708c12;
}

/* CSS Variables */
:root {
--color-1: #fb5246;
--color-2: #fbf5f4;
--color-3: #508ce7;
--color-4: #22395e;
--color-5: #708c12;
}

Red, White and Blue Britain の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fb5246, #fbf5f4, #508ce7, #22395e, #708c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fb5246, #fbf5f4, #508ce7, #22395e, #708c12);
}

Red, White and Blue Britain color palette created on .