Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ff00a1;
}
.color-2 {
color: #aaff00;
}
.color-3 {
color: #ff6a4d;
}
.color-4 {
color: #ffb300;
}
.color-5 {
color: #ff3c00;
}

/* CSS Variables */
:root {
--color-1: #ff00a1;
--color-2: #aaff00;
--color-3: #ff6a4d;
--color-4: #ffb300;
--color-5: #ff3c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff00a1, #aaff00, #ff6a4d, #ffb300, #ff3c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff00a1, #aaff00, #ff6a4d, #ffb300, #ff3c00);
}

Vibrant Pink color palette created on .