Sara's Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sara's Serenity palette

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

Sara's Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f4cca9;
}
.color-3 {
color: #f2e4b5;
}
.color-4 {
color: #d1e8a1;
}
.color-5 {
color: #a3d4e0;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f4cca9;
--color-3: #f2e4b5;
--color-4: #d1e8a1;
--color-5: #a3d4e0;
}

Sara's Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f4cca9, #f2e4b5, #d1e8a1, #a3d4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f4cca9, #f2e4b5, #d1e8a1, #a3d4e0);
}

Sara's Serenity color palette created on .