Pink to Yellow Gradient カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink to Yellow Gradient palette

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

Pink to Yellow Gradient カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ff9a57;
}
.color-3 {
color: #ffcb5c;
}
.color-4 {
color: #e3f9b4;
}
.color-5 {
color: #aef9b8;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ff9a57;
--color-3: #ffcb5c;
--color-4: #e3f9b4;
--color-5: #aef9b8;
}

Pink to Yellow Gradient の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ff9a57, #ffcb5c, #e3f9b4, #aef9b8);
}

Pink to Yellow Gradient color palette created on .