Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #e71875;
}
.color-2 {
color: #5d3f92;
}
.color-3 {
color: #1cb2d4;
}
.color-4 {
color: #e298c0;
}
.color-5 {
color: #f4c63e;
}

/* CSS Variables */
:root {
--color-1: #e71875;
--color-2: #5d3f92;
--color-3: #1cb2d4;
--color-4: #e298c0;
--color-5: #f4c63e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e71875, #5d3f92, #1cb2d4, #e298c0, #f4c63e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e71875, #5d3f92, #1cb2d4, #e298c0, #f4c63e);
}

Vibrant Pink color palette created on .