Sweet Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Pink palette

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

Sweet Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #ffcb47;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff999c;
}
.color-4 {
color: #f9c3d8;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #ffcb47;
--color-2: #ff6e61;
--color-3: #ff999c;
--color-4: #f9c3d8;
--color-5: #ffb3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcb47, #ff6e61, #ff999c, #f9c3d8, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcb47, #ff6e61, #ff999c, #f9c3d8, #ffb3b3);
}

Sweet Pink color palette created on .