Blue House カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue House palette

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

Blue House カラーパレット CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #f1b24b;
}
.color-3 {
color: #c8a34c;
}
.color-4 {
color: #e07c3e;
}
.color-5 {
color: #7b412d;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #f1b24b;
--color-3: #c8a34c;
--color-4: #e07c3e;
--color-5: #7b412d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #f1b24b, #c8a34c, #e07c3e, #7b412d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #f1b24b, #c8a34c, #e07c3e, #7b412d);
}

Blue House color palette created on .