Blue Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Bliss palette

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

Blue Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #7e9bb9;
}
.color-2 {
color: #a1c3d4;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #f7c5a1;
}
.color-5 {
color: #e87e6d;
}

/* CSS Variables */
:root {
--color-1: #7e9bb9;
--color-2: #a1c3d4;
--color-3: #f4e1a4;
--color-4: #f7c5a1;
--color-5: #e87e6d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9bb9, #a1c3d4, #f4e1a4, #f7c5a1, #e87e6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9bb9, #a1c3d4, #f4e1a4, #f7c5a1, #e87e6d);
}

Blue Bliss color palette created on .