Whimsical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

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

Whimsical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #e6a7b3;
}
.color-2 {
color: #d19c7a;
}
.color-3 {
color: #f1c2a7;
}
.color-4 {
color: #f8c3a5;
}
.color-5 {
color: #d2e1e4;
}

/* CSS Variables */
:root {
--color-1: #e6a7b3;
--color-2: #d19c7a;
--color-3: #f1c2a7;
--color-4: #f8c3a5;
--color-5: #d2e1e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6a7b3, #d19c7a, #f1c2a7, #f8c3a5, #d2e1e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6a7b3, #d19c7a, #f1c2a7, #f8c3a5, #d2e1e4);
}

Whimsical Serenity color palette created on .