Vibrant Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink palette

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

Vibrant Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #d03e6f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #a8d600;
}
.color-5 {
color: #3b7b8c;
}

/* CSS Variables */
:root {
--color-1: #d03e6f;
--color-2: #f0a800;
--color-3: #f0d000;
--color-4: #a8d600;
--color-5: #3b7b8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d03e6f, #f0a800, #f0d000, #a8d600, #3b7b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d03e6f, #f0a800, #f0d000, #a8d600, #3b7b8c);
}

Vibrant Pink color palette created on .