Sweet Sakura Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Sakura Dreams palette

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

Sweet Sakura Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #945162;
}
.color-2 {
color: #914050;
}
.color-3 {
color: #8e2f40;
}
.color-4 {
color: #8b1d30;
}
.color-5 {
color: #7e252c;
}

/* CSS Variables */
:root {
--color-1: #945162;
--color-2: #914050;
--color-3: #8e2f40;
--color-4: #8b1d30;
--color-5: #7e252c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #945162, #914050, #8e2f40, #8b1d30, #7e252c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #945162, #914050, #8e2f40, #8b1d30, #7e252c);
}

Sweet Sakura Dreams color palette created on .