Blue British カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue British palette

このパレットを共有する先:

Blue British カラーパレット CSS

/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #4682b4;
}
.color-3 {
color: #1f8fff;
}
.color-4 {
color: #ff8052;
}
.color-5 {
color: #ff6347;
}

/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #4682b4;
--color-3: #1f8fff;
--color-4: #ff8052;
--color-5: #ff6347;
}

Blue British の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #4682b4, #1f8fff, #ff8052, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #4682b4, #1f8fff, #ff8052, #ff6347);
}

Blue British color palette created on .