Blue Freedom カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Freedom palette

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

Blue Freedom カラーパレット CSS

/* CSS */
.color-1 {
color: #a7dae2;
}
.color-2 {
color: #f6b8a2;
}
.color-3 {
color: #f3df5e;
}
.color-4 {
color: #afeb5c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a7dae2;
--color-2: #f6b8a2;
--color-3: #f3df5e;
--color-4: #afeb5c;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7dae2, #f6b8a2, #f3df5e, #afeb5c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7dae2, #f6b8a2, #f3df5e, #afeb5c, #ff6e61);
}

Blue Freedom color palette created on .