Ariel's Shell Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Ariel's Shell palette
tavolozza dei colori Ariel's Shell CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f1a7b4;
}
.color-3 {
color: #e48ba0;
}
.color-4 {
color: #d17a91;
}
.color-5 {
color: #c2617c;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f1a7b4;
--color-3: #e48ba0;
--color-4: #d17a91;
--color-5: #c2617c;
}
CSS con gradiente di sfondo Ariel's Shell
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f1a7b4, #e48ba0, #d17a91, #c2617c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f1a7b4, #e48ba0, #d17a91, #c2617c);
}
Tavolozze di colori simili
Ariel's Shell color palette created on .