Aquamarine Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aquamarine Breeze palette

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

Aquamarine Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #6fd8e2;
}
.color-2 {
color: #a2e7e0;
}
.color-3 {
color: #f0f9e7;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6fd8e2;
--color-2: #a2e7e0;
--color-3: #f0f9e7;
--color-4: #f9c54e;
--color-5: #ff6e61;
}

Aquamarine Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6fd8e2, #a2e7e0, #f0f9e7, #f9c54e, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6fd8e2, #a2e7e0, #f0f9e7, #f9c54e, #ff6e61);
}

Aquamarine Breeze color palette created on .