Carnival Whimsy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Carnival Whimsy palette

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

Carnival Whimsy カラーパレット CSS

/* CSS */
.color-1 {
color: #c85b93;
}
.color-2 {
color: #e6a07a;
}
.color-3 {
color: #e2ce69;
}
.color-4 {
color: #69bce2;
}
.color-5 {
color: #8c9ae8;
}

/* CSS Variables */
:root {
--color-1: #c85b93;
--color-2: #e6a07a;
--color-3: #e2ce69;
--color-4: #69bce2;
--color-5: #8c9ae8;
}

Carnival Whimsy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c85b93, #e6a07a, #e2ce69, #69bce2, #8c9ae8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c85b93, #e6a07a, #e2ce69, #69bce2, #8c9ae8);
}

Carnival Whimsy color palette created on .