Sakura Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Serenity palette

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

Sakura Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #b3c99c;
}
.color-2 {
color: #d72d4c;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #7cb342;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #b3c99c;
--color-2: #d72d4c;
--color-3: #f0e78e;
--color-4: #7cb342;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c99c, #d72d4c, #f0e78e, #7cb342, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c99c, #d72d4c, #f0e78e, #7cb342, #ff6e61);
}

Sakura Serenity color palette created on .