Bright Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Bright Pink palette

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

Bright Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #b4e0e4;
}
.color-2 {
color: #f4bbb3;
}
.color-3 {
color: #f6d78e;
}
.color-4 {
color: #f29e6e;
}
.color-5 {
color: #e55279;
}

/* CSS Variables */
:root {
--color-1: #b4e0e4;
--color-2: #f4bbb3;
--color-3: #f6d78e;
--color-4: #f29e6e;
--color-5: #e55279;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4e0e4, #f4bbb3, #f6d78e, #f29e6e, #e55279);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4e0e4, #f4bbb3, #f6d78e, #f29e6e, #e55279);
}

Bright Pink color palette created on .