Crimson Whispers カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Crimson Whispers palette

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

Crimson Whispers カラーパレット CSS

/* CSS */
.color-1 {
color: #f4603e;
}
.color-2 {
color: #f7a8a1;
}
.color-3 {
color: #f9cac3;
}
.color-4 {
color: #f9e4d2;
}
.color-5 {
color: #fef3e1;
}

/* CSS Variables */
:root {
--color-1: #f4603e;
--color-2: #f7a8a1;
--color-3: #f9cac3;
--color-4: #f9e4d2;
--color-5: #fef3e1;
}

Crimson Whispers の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4603e, #f7a8a1, #f9cac3, #f9e4d2, #fef3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4603e, #f7a8a1, #f9cac3, #f9e4d2, #fef3e1);
}

Crimson Whispers color palette created on .