Pink Shades of Sebastian カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Shades of Sebastian palette

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

Pink Shades of Sebastian カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c8a6;
}
.color-2 {
color: #f1a7a2;
}
.color-3 {
color: #e57b95;
}
.color-4 {
color: #d25b9e;
}
.color-5 {
color: #b84c9b;
}

/* CSS Variables */
:root {
--color-1: #f7c8a6;
--color-2: #f1a7a2;
--color-3: #e57b95;
--color-4: #d25b9e;
--color-5: #b84c9b;
}

Pink Shades of Sebastian の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c8a6, #f1a7a2, #e57b95, #d25b9e, #b84c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c8a6, #f1a7a2, #e57b95, #d25b9e, #b84c9b);
}

Pink Shades of Sebastian color palette created on .