Cavernous Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cavernous Serenity palette

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

Cavernous Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4b3d2a;
}
.color-2 {
color: #6b5b43;
}
.color-3 {
color: #9f7b5b;
}
.color-4 {
color: #c2b299;
}
.color-5 {
color: #e5e1e1;
}

/* CSS Variables */
:root {
--color-1: #4b3d2a;
--color-2: #6b5b43;
--color-3: #9f7b5b;
--color-4: #c2b299;
--color-5: #e5e1e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d2a, #6b5b43, #9f7b5b, #c2b299, #e5e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d2a, #6b5b43, #9f7b5b, #c2b299, #e5e1e1);
}

Cavernous Serenity color palette created on .