Pastel Pink and Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Pink and Yellow palette

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

Pastel Pink and Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ffdc6b;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #f99f9f;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffdc6b;
--color-3: #ffe3b3;
--color-4: #f6b83c;
--color-5: #f99f9f;
}

Pastel Pink and Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffdc6b, #ffe3b3, #f6b83c, #f99f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffdc6b, #ffe3b3, #f6b83c, #f99f9f);
}

Pastel Pink and Yellow color palette created on .