Bright Cyan カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Cyan palette

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

Bright Cyan カラーパレット CSS

/* CSS */
.color-1 {
color: #73e8fc;
}
.color-2 {
color: #38fadd;
}
.color-3 {
color: #8bfc4a;
}
.color-4 {
color: #d3fd53;
}
.color-5 {
color: #f3fe58;
}

/* CSS Variables */
:root {
--color-1: #73e8fc;
--color-2: #38fadd;
--color-3: #8bfc4a;
--color-4: #d3fd53;
--color-5: #f3fe58;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73e8fc, #38fadd, #8bfc4a, #d3fd53, #f3fe58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73e8fc, #38fadd, #8bfc4a, #d3fd53, #f3fe58);
}

Bright Cyan color palette created on .