Sweet Celebration カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Celebration palette

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

Sweet Celebration カラーパレット CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d4a5a5;
}
.color-5 {
color: #ff99a1;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ffd900;
--color-3: #ff6e61;
--color-4: #d4a5a5;
--color-5: #ff99a1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ffd900, #ff6e61, #d4a5a5, #ff99a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ffd900, #ff6e61, #d4a5a5, #ff99a1);
}

Sweet Celebration color palette created on .