Prickly Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Prickly Serenity palette

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

Prickly Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1e8a78;
}
.color-2 {
color: #50c3a8;
}
.color-3 {
color: #88e2d9;
}
.color-4 {
color: #f1c6b7;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #1e8a78;
--color-2: #50c3a8;
--color-3: #88e2d9;
--color-4: #f1c6b7;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8a78, #50c3a8, #88e2d9, #f1c6b7, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8a78, #50c3a8, #88e2d9, #f1c6b7, #ff6e61);
}

Prickly Serenity color palette created on .