Pink Strawberry Shortcake カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Strawberry Shortcake palette

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

Pink Strawberry Shortcake カラーパレット CSS

/* CSS */
.color-1 {
color: #f4c3c3;
}
.color-2 {
color: #f6d5a7;
}
.color-3 {
color: #f7e8ca;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #de5e7e;
}

/* CSS Variables */
:root {
--color-1: #f4c3c3;
--color-2: #f6d5a7;
--color-3: #f7e8ca;
--color-4: #ff6e61;
--color-5: #de5e7e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3c3, #f6d5a7, #f7e8ca, #ff6e61, #de5e7e);
}

Pink Strawberry Shortcake color palette created on .