Sweet Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Pink palette

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

Sweet Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b400;
}
.color-2 {
color: #f6d12c;
}
.color-3 {
color: #ff8c00;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb3ba;
}

/* CSS Variables */
:root {
--color-1: #f5b400;
--color-2: #f6d12c;
--color-3: #ff8c00;
--color-4: #ff6e61;
--color-5: #ffb3ba;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b400, #f6d12c, #ff8c00, #ff6e61, #ffb3ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b400, #f6d12c, #ff8c00, #ff6e61, #ffb3ba);
}

Sweet Pink color palette created on .