Sweet Forelady カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sweet Forelady palette

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

Sweet Forelady カラーパレット CSS

/* CSS */
.color-1 {
color: #fed7de;
}
.color-2 {
color: #fdafc2;
}
.color-3 {
color: #e7cfd3;
}
.color-4 {
color: #837fad;
}
.color-5 {
color: #a75bb9;
}

/* CSS Variables */
:root {
--color-1: #fed7de;
--color-2: #fdafc2;
--color-3: #e7cfd3;
--color-4: #837fad;
--color-5: #a75bb9;
}

Sweet Forelady の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fed7de, #fdafc2, #e7cfd3, #837fad, #a75bb9);
}

Sweet Forelady color palette created on .