Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f6a198;
}
.color-3 {
color: #f67d6f;
}
.color-4 {
color: #c34b7b;
}
.color-5 {
color: #8f4cfa;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f6a198;
--color-3: #f67d6f;
--color-4: #c34b7b;
--color-5: #8f4cfa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f6a198, #f67d6f, #c34b7b, #8f4cfa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f6a198, #f67d6f, #c34b7b, #8f4cfa);
}

Vibrant Pink color palette created on .