Bright Azzurro カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Azzurro palette

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

Bright Azzurro カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #a8d3e1;
}
.color-3 {
color: #d0e7df;
}
.color-4 {
color: #f0e9b2;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #a8d3e1;
--color-3: #d0e7df;
--color-4: #f0e9b2;
--color-5: #f9c54e;
}

Bright Azzurro の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #a8d3e1, #d0e7df, #f0e9b2, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #a8d3e1, #d0e7df, #f0e9b2, #f9c54e);
}

Bright Azzurro color palette created on .