Sustainable Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sustainable Blue palette

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

Sustainable Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #aec4e0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #6d9f5b;
}
.color-4 {
color: #e95d3a;
}
.color-5 {
color: #f5e26b;
}

/* CSS Variables */
:root {
--color-1: #aec4e0;
--color-2: #f6b83c;
--color-3: #6d9f5b;
--color-4: #e95d3a;
--color-5: #f5e26b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aec4e0, #f6b83c, #6d9f5b, #e95d3a, #f5e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aec4e0, #f6b83c, #6d9f5b, #e95d3a, #f5e26b);
}

Sustainable Blue color palette created on .