Serenity Shores カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Shores palette

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

Serenity Shores カラーパレット CSS

/* CSS */
.color-1 {
color: #5bb3e6;
}
.color-2 {
color: #3a9c6e;
}
.color-3 {
color: #f5b53d;
}
.color-4 {
color: #e27b3c;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #5bb3e6;
--color-2: #3a9c6e;
--color-3: #f5b53d;
--color-4: #e27b3c;
--color-5: #d15400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5bb3e6, #3a9c6e, #f5b53d, #e27b3c, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5bb3e6, #3a9c6e, #f5b53d, #e27b3c, #d15400);
}

Serenity Shores color palette created on .