Serenity Sanctuary カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Sanctuary palette

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

Serenity Sanctuary カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b3e5b3;
}
.color-3 {
color: #f6e1a2;
}
.color-4 {
color: #f9b58b;
}
.color-5 {
color: #f29f8c;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b3e5b3;
--color-3: #f6e1a2;
--color-4: #f9b58b;
--color-5: #f29f8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b3e5b3, #f6e1a2, #f9b58b, #f29f8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b3e5b3, #f6e1a2, #f9b58b, #f29f8c);
}

Serenity Sanctuary color palette created on .