Blue Goob カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Goob palette

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

Blue Goob カラーパレット CSS

/* CSS */
.color-1 {
color: #f3e7a0;
}
.color-2 {
color: #b7e1c0;
}
.color-3 {
color: #69c3d3;
}
.color-4 {
color: #3d7e99;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #f3e7a0;
--color-2: #b7e1c0;
--color-3: #69c3d3;
--color-4: #3d7e99;
--color-5: #2b3d50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e7a0, #b7e1c0, #69c3d3, #3d7e99, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e7a0, #b7e1c0, #69c3d3, #3d7e99, #2b3d50);
}

Blue Goob color palette created on .