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: #f5e58a;
}
.color-2 {
color: #f9c3d8;
}
.color-3 {
color: #ffb19e;
}
.color-4 {
color: #ffdd80;
}
.color-5 {
color: #f1c6e0;
}

/* CSS Variables */
:root {
--color-1: #f5e58a;
--color-2: #f9c3d8;
--color-3: #ffb19e;
--color-4: #ffdd80;
--color-5: #f1c6e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e58a, #f9c3d8, #ffb19e, #ffdd80, #f1c6e0);
}

Pastel Pink and Yellow color palette created on .