Vibrant Pink Green Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Pink Green Yellow palette

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

Vibrant Pink Green Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6cbe46;
}
.color-3 {
color: #ffd500;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #4eb7ac;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6cbe46;
--color-3: #ffd500;
--color-4: #ffb8c1;
--color-5: #4eb7ac;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6cbe46, #ffd500, #ffb8c1, #4eb7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6cbe46, #ffd500, #ffb8c1, #4eb7ac);
}

Vibrant Pink Green Yellow color palette created on .