Pink Esprina カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Esprina palette

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

Pink Esprina カラーパレット CSS

/* CSS */
.color-1 {
color: #f8e9a0;
}
.color-2 {
color: #f6c4a2;
}
.color-3 {
color: #f69d9d;
}
.color-4 {
color: #f06a8a;
}
.color-5 {
color: #e74b7a;
}

/* CSS Variables */
:root {
--color-1: #f8e9a0;
--color-2: #f6c4a2;
--color-3: #f69d9d;
--color-4: #f06a8a;
--color-5: #e74b7a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e9a0, #f6c4a2, #f69d9d, #f06a8a, #e74b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e9a0, #f6c4a2, #f69d9d, #f06a8a, #e74b7a);
}

Pink Esprina color palette created on .