Whimsical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whimsical Serenity palette

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

Whimsical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a9a2;
}
.color-2 {
color: #f1c6a7;
}
.color-3 {
color: #f1e3a2;
}
.color-4 {
color: #a7d3c5;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6a9a2;
--color-2: #f1c6a7;
--color-3: #f1e3a2;
--color-4: #a7d3c5;
--color-5: #a3c7e0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a9a2, #f1c6a7, #f1e3a2, #a7d3c5, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a9a2, #f1c6a7, #f1e3a2, #a7d3c5, #a3c7e0);
}

Whimsical Serenity color palette created on .