Vibrant Pink Galaxy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink Galaxy palette

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

Vibrant Pink Galaxy カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3d81;
}
.color-2 {
color: #9b58b6;
}
.color-3 {
color: #2b3d50;
}
.color-4 {
color: #354a5f;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #ff3d81;
--color-2: #9b58b6;
--color-3: #2b3d50;
--color-4: #354a5f;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d81, #9b58b6, #2b3d50, #354a5f, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d81, #9b58b6, #2b3d50, #354a5f, #e74d3c);
}

Vibrant Pink Galaxy color palette created on .