Bright Aqua カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Aqua palette

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

Bright Aqua カラーパレット CSS

/* CSS */
.color-1 {
color: #00bdd6;
}
.color-2 {
color: #00abc2;
}
.color-3 {
color: #0097a8;
}
.color-4 {
color: #008a77;
}
.color-5 {
color: #007a6c;
}

/* CSS Variables */
:root {
--color-1: #00bdd6;
--color-2: #00abc2;
--color-3: #0097a8;
--color-4: #008a77;
--color-5: #007a6c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdd6, #00abc2, #0097a8, #008a77, #007a6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdd6, #00abc2, #0097a8, #008a77, #007a6c);
}

Bright Aqua color palette created on .