Pink Soft Serve カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Soft Serve palette

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

Pink Soft Serve カラーパレット CSS

/* CSS */
.color-1 {
color: #f6e1b1;
}
.color-2 {
color: #f9caa9;
}
.color-3 {
color: #f4a499;
}
.color-4 {
color: #f07a7a;
}
.color-5 {
color: #d75b6b;
}

/* CSS Variables */
:root {
--color-1: #f6e1b1;
--color-2: #f9caa9;
--color-3: #f4a499;
--color-4: #f07a7a;
--color-5: #d75b6b;
}

Pink Soft Serve の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e1b1, #f9caa9, #f4a499, #f07a7a, #d75b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e1b1, #f9caa9, #f4a499, #f07a7a, #d75b6b);
}

Pink Soft Serve color palette created on .