Peachy Caitlin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Peachy Caitlin palette

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

Peachy Caitlin カラーパレット CSS

/* CSS */
.color-1 {
color: #ffe48a;
}
.color-2 {
color: #ff9e66;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #d98045;
}
.color-5 {
color: #b67c9a;
}

/* CSS Variables */
:root {
--color-1: #ffe48a;
--color-2: #ff9e66;
--color-3: #ff6e61;
--color-4: #d98045;
--color-5: #b67c9a;
}

Peachy Caitlin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe48a, #ff9e66, #ff6e61, #d98045, #b67c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe48a, #ff9e66, #ff6e61, #d98045, #b67c9a);
}

Peachy Caitlin color palette created on .