Vibrant Pink and Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink and Blue palette

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

Vibrant Pink and Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #ff3d77;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #4d8bff;
}
.color-4 {
color: #5f8c3b;
}
.color-5 {
color: #ff6d1f;
}

/* CSS Variables */
:root {
--color-1: #ff3d77;
--color-2: #ffd900;
--color-3: #4d8bff;
--color-4: #5f8c3b;
--color-5: #ff6d1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d77, #ffd900, #4d8bff, #5f8c3b, #ff6d1f);
}

Vibrant Pink and Blue color palette created on .